aa066b9e | 21-Feb-1999 |
Dr. Stephen Henson |
Add more functionality to issuer alt name and subject alt name. New options to include email addresses from DN and copy details from issuer certificate. Include examples in openssl.cnf, updat
Add more functionality to issuer alt name and subject alt name. New options to include email addresses from DN and copy details from issuer certificate. Include examples in openssl.cnf, update Win32 ordinals.
show more ...
|
a67a9694 | 20-Feb-1999 |
Ralf S. Engelschall |
Ok, propose a release date of March 15th with a code freeze a few days before so we have enough time for final testing and tarball rolling. |
57c86f79 | 20-Feb-1999 |
Ben Laurie |
Fix a warning. |
4004dbb7 | 20-Feb-1999 |
Ben Laurie |
Generate errors when public/private key check is done. |
c74f1eb9 | 20-Feb-1999 |
Dr. Stephen Henson |
Preliminary support for reason code CRL extension. |
ee5425d9 | 19-Feb-1999 |
Dr. Stephen Henson |
Patch so the new crl stuff actually compiles this time :-) Also update the Win32 ordinals. |
0ca5f8b1 | 19-Feb-1999 |
Dr. Stephen Henson |
Overhaul 'crl' application, add a proper X509_CRL_print function and start to support CRL extensions. |
6b056c41 | 18-Feb-1999 |
Ben Laurie |
Fix case of new functions in error files. |
0be9747b | 17-Feb-1999 |
Dr. Stephen Henson |
Oops! Remeber to include the other patches this time... |
3d8accc3 | 17-Feb-1999 |
Dr. Stephen Henson |
Fuller authority key id support, partial support for private key usage extension and really fix the ASN.1 IMPLICIT bug this time :-) |
a4949896 | 17-Feb-1999 |
Ben Laurie |
Add OAEP. |
d08d8da4 | 17-Feb-1999 |
Dr. Stephen Henson |
Added code to GENERAL_NAME with support for more options and preliminary support for assignment in config files. |
413c4f45 | 16-Feb-1999 |
Mark J. Cox |
Updates to the new SSL compression code [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)] Fix so that the version number in the master secret, when passed
Updates to the new SSL compression code [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)] Fix so that the version number in the master secret, when passed via RSA, checks that if TLS was proposed, but we roll back to SSLv3 (because the server will not accept higher), that the version number is 0x03,0x01, not 0x03,0x00 [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)] Submitted by: Reviewed by: PR:
show more ...
|
a8236c8c | 15-Feb-1999 |
Dr. Stephen Henson |
Fix various memory leaks in SSL, apps and DSA |
1750ebcb | 14-Feb-1999 |
Dr. Stephen Henson |
Patch to Configure script. For some reason the BN_ASM part was truncated to the first word which broke (at least) the Linux compile. Hopefully this wont break other platforms. |
5236efdb | 14-Feb-1999 |
Dr. Stephen Henson |
Update error codes. |
388ff0b0 | 14-Feb-1999 |
Dr. Stephen Henson |
Add support for raw extensions. This means that you can include the DER encoding of an arbitrary extension: e.g. 1.3.4.5=critical,RAW:12:34:56 Using this technique currently unsupported exten
Add support for raw extensions. This means that you can include the DER encoding of an arbitrary extension: e.g. 1.3.4.5=critical,RAW:12:34:56 Using this technique currently unsupported extensions can be generated if you know their DER encoding. Even if the extension is supported in future the raw extension will still work: that is the raw version can always be used even if it is a supported extension.
show more ...
|
6013fa83 | 14-Feb-1999 |
Ralf S. Engelschall |
Make sure latest Perl versions don't interpret some generated C array as Perl array code in the crypto/err/err_genc.pl script. Submitted by: Lars Weber <3weber@informatik.uni-hamburg.de>
Make sure latest Perl versions don't interpret some generated C array as Perl array code in the crypto/err/err_genc.pl script. Submitted by: Lars Weber <3weber@informatik.uni-hamburg.de> Reviewed by: Ralf s. Engelschall
show more ...
|
e3577ba0 | 14-Feb-1999 |
Dr. Stephen Henson |
Convert ms/do_ms.bat to DOS EOL format of DOS chokes on it. |
5c00879e | 14-Feb-1999 |
Dr. Stephen Henson |
More Win32 fixes and upsdate INSTALL.W32 documentation. |
9becf666 | 13-Feb-1999 |
Dr. Stephen Henson |
Oops... add other changes this time too. |
e2d795cb | 13-Feb-1999 |
Dr. Stephen Henson |
Modify configure script to generate some files that Win32 needs and new script that does the same as 'make files'. |
08853ba8 | 13-Feb-1999 |
Ben Laurie |
Finally(?) fix DES stuff. |
c09c3c4b | 13-Feb-1999 |
Ben Laurie |
Update dependencies. |
4e31df2c | 13-Feb-1999 |
Ben Laurie |
Fix ghastly DES declarations, and all consequential warnings. |