Age | Commit message (Collapse) | Author |
|
svn path=/trunk/; revision=5846
|
|
svn path=/trunk/; revision=5845
|
|
svn path=/trunk/; revision=5828
|
|
specificCurve format. OpenSSL's documentation claims that namedCurve
is the default, but the code generates specificCurve unless one sets
the key's asn1_flag field to OPENSSL_EC_NAMED_CURVE.
In the immortal words of the late John Brunner: "It's Supposed To Be
Automatic But Actually You Have To Press This Button."
svn path=/trunk/; revision=5827
|
|
svn path=/trunk/; revision=5791
|
|
This is just a more readable and slightly more efficient (no X509Store
object required) idiom for what some code was already doing using the
.verify() methods with flag settings to disable verification. Big
warnings not to do this with unverified data, but programs intended to
post-process data which has already been verified shouldn't have to be
unreadable just to rub the programmer's nose in the verification API.
svn path=/trunk/; revision=5788
|
|
svn path=/branches/tk685/; revision=5764
|
|
svn path=/branches/tk685/; revision=5757
|