aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1999-02-24Make `openssl x509 -noout -modulus' functional also for DSA certificates (inRalf S. Engelschall2-2/+18
1999-02-24Remove debugging fprintf from req.c and fix the code so it properly skips overDr. Stephen Henson1-6/+6
1999-02-23Code for reliable BIO.Ben Laurie1-0/+576
1999-02-23Add reliable BIO.Ben Laurie3-2/+8
1999-02-23Fix more warnings.Ben Laurie3-16/+24
1999-02-23Get rid of a nasty debugging message which was forgotten here...Ralf S. Engelschall1-1/+3
1999-02-23Fix usage message on gendsa:Ralf S. Engelschall1-1/+3
1999-02-23Make gcc -Wall happy ("might be used uninitialized...")Ralf S. Engelschall1-1/+1
1999-02-23Redo the way 'req' and 'ca' add objects: add support for oid_section.Dr. Stephen Henson4-55/+119
1999-02-22Add syslogging BIO.Ben Laurie4-2/+251
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson23-108/+95
1999-02-21More stuff for new TLS ciphersuites.Ben Laurie7-45/+54
1999-02-21Undo a couple of kludges.Ben Laurie5-35/+35
1999-02-21Add support for new TLS export ciphersuites.Ben Laurie16-111/+168
1999-02-21Fix warning.Ben Laurie1-2/+4
1999-02-21Add preliminary user level config documentation for extension stuff. ProgrammingDr. Stephen Henson2-0/+217
1999-02-21Make RSA_NO_PADDING really use no padding.Dr. Stephen Henson5-19/+17
1999-02-21Remember some open issues and available patchesRalf S. Engelschall1-7/+27
1999-02-21Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson9-6/+230
1999-02-20Ok, propose a release date of March 15th with a code freeze a few days beforeRalf S. Engelschall1-2/+4
1999-02-20Fix a warning.Ben Laurie2-3/+5
1999-02-20Generate errors when public/private key check is done.Ben Laurie9-8/+36
1999-02-20Preliminary support for reason code CRL extension.Dr. Stephen Henson7-6/+137
1999-02-19Patch so the new crl stuff actually compiles this time :-) Also update theDr. Stephen Henson3-1/+23
1999-02-19Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson16-57/+354
1999-02-18Fix case of new functions in error files.Ben Laurie3-3/+5
1999-02-17Oops! Remeber to include the other patches this time...Dr. Stephen Henson10-2/+148
1999-02-17Fuller authority key id support, partial support for private key usage extensionDr. Stephen Henson3-2/+178
1999-02-17Add OAEP.Ben Laurie10-7/+469
1999-02-17Added code to GENERAL_NAME with support for more options and preliminaryDr. Stephen Henson5-22/+181
1999-02-16Updates to the new SSL compression codeMark J. Cox25-501/+964
1999-02-15Fix various memory leaks in SSL, apps and DSADr. Stephen Henson11-16/+45
1999-02-14Patch to Configure script. For some reason the BN_ASM part was truncated toDr. Stephen Henson1-4/+6
1999-02-14Update error codes.Dr. Stephen Henson3-3/+9
1999-02-14Add support for raw extensions. This means that you can include the DER encodingDr. Stephen Henson4-12/+116
1999-02-14Make sure latest Perl versions don't interpret some generated C array as PerlRalf S. Engelschall2-1/+5
1999-02-14Convert ms/do_ms.bat to DOS EOL format of DOS chokes on it.Dr. Stephen Henson1-12/+12
1999-02-14More Win32 fixes and upsdate INSTALL.W32 documentation.Dr. Stephen Henson7-5/+95
1999-02-13Oops... add other changes this time too.Dr. Stephen Henson2-0/+64
1999-02-13Modify configure script to generate some files that Win32 needs and newDr. Stephen Henson1-0/+109
1999-02-13Finally(?) fix DES stuff.Ben Laurie13-128/+128
1999-02-13Update dependencies.Ben Laurie4-1/+34
1999-02-13Fix ghastly DES declarations, and all consequential warnings.Ben Laurie34-351/+291
1999-02-13Fix typo in asn1.h (PRINTABLESTRING_STRING) and fix a bug in object creationDr. Stephen Henson3-2/+9
1999-02-13Add support for 3DES CBCM mode.Ben Laurie4-3/+257
1999-02-13In the absence of feedback either way, commit the fix that looks right forBen Laurie3-5/+12
1999-02-13Whoops, missed one.Ben Laurie1-3202/+0
1999-02-13Some cleanup.Ben Laurie5-1014/+5
1999-02-12Actually use BN when selected!Ben Laurie1-2/+2
1999-02-12Tidy up asm stuff.Ben Laurie17-10011/+7