summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change type of another md_len variable in pk7_doit.c:PKCS7_dataFinal()Ralf S. Engelschall1999-02-252-1/+6
* Fix clearly untested "clever" hack.Ben Laurie1999-02-252-2/+2
* More CVS ignore stuff...Ralf S. Engelschall1999-02-253-0/+16
* Don't hard-code path to Perl interpreter on shebang line of ConfigureRalf S. Engelschall1999-02-252-1/+10
* Remember good pointers to Montgomery multiplication algorithmRalf S. Engelschall1999-02-251-0/+6
* Make `openssl x509 -noout -modulus' functional also for DSA certificates (inRalf S. Engelschall1999-02-242-2/+18
* Remove debugging fprintf from req.c and fix the code so it properly skips overDr. Stephen Henson1999-02-241-6/+6
* Code for reliable BIO.Ben Laurie1999-02-231-0/+576
* Add reliable BIO.Ben Laurie1999-02-233-2/+8
* Fix more warnings.Ben Laurie1999-02-233-16/+24
* Get rid of a nasty debugging message which was forgotten here...Ralf S. Engelschall1999-02-231-1/+3
* Fix usage message on gendsa:Ralf S. Engelschall1999-02-231-1/+3
* Make gcc -Wall happy ("might be used uninitialized...")Ralf S. Engelschall1999-02-231-1/+1
* Redo the way 'req' and 'ca' add objects: add support for oid_section.Dr. Stephen Henson1999-02-234-55/+119
* Add syslogging BIO.Ben Laurie1999-02-224-2/+251
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-2223-108/+95
* More stuff for new TLS ciphersuites.Ben Laurie1999-02-217-45/+54
* Undo a couple of kludges.Ben Laurie1999-02-215-35/+35
* Add support for new TLS export ciphersuites.Ben Laurie1999-02-2116-111/+168
* Fix warning.Ben Laurie1999-02-211-2/+4
* Add preliminary user level config documentation for extension stuff. ProgrammingDr. Stephen Henson1999-02-212-0/+217
* Make RSA_NO_PADDING really use no padding.Dr. Stephen Henson1999-02-215-19/+17
* Remember some open issues and available patchesRalf S. Engelschall1999-02-211-7/+27
* Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson1999-02-219-6/+230
* Ok, propose a release date of March 15th with a code freeze a few days beforeRalf S. Engelschall1999-02-201-2/+4
* Fix a warning.Ben Laurie1999-02-202-3/+5
* Generate errors when public/private key check is done.Ben Laurie1999-02-209-8/+36
* Preliminary support for reason code CRL extension.Dr. Stephen Henson1999-02-207-6/+137
* Patch so the new crl stuff actually compiles this time :-) Also update theDr. Stephen Henson1999-02-193-1/+23
* Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson1999-02-1916-57/+354
* Fix case of new functions in error files.Ben Laurie1999-02-183-3/+5
* Oops! Remeber to include the other patches this time...Dr. Stephen Henson1999-02-1710-2/+148
* Fuller authority key id support, partial support for private key usage extensionDr. Stephen Henson1999-02-173-2/+178
* Add OAEP.Ben Laurie1999-02-1710-7/+469
* Added code to GENERAL_NAME with support for more options and preliminaryDr. Stephen Henson1999-02-175-22/+181
* Updates to the new SSL compression codeMark J. Cox1999-02-1625-501/+964
* Fix various memory leaks in SSL, apps and DSADr. Stephen Henson1999-02-1511-16/+45
* Patch to Configure script. For some reason the BN_ASM part was truncated toDr. Stephen Henson1999-02-141-4/+6
* Update error codes.Dr. Stephen Henson1999-02-143-3/+9
* Add support for raw extensions. This means that you can include the DER encodingDr. Stephen Henson1999-02-144-12/+116
* Make sure latest Perl versions don't interpret some generated C array as PerlRalf S. Engelschall1999-02-142-1/+5
* Convert ms/do_ms.bat to DOS EOL format of DOS chokes on it.Dr. Stephen Henson1999-02-141-12/+12
* More Win32 fixes and upsdate INSTALL.W32 documentation.Dr. Stephen Henson1999-02-147-5/+95
* Oops... add other changes this time too.Dr. Stephen Henson1999-02-132-0/+64
* Modify configure script to generate some files that Win32 needs and newDr. Stephen Henson1999-02-131-0/+109
* Finally(?) fix DES stuff.Ben Laurie1999-02-1313-128/+128
* Update dependencies.Ben Laurie1999-02-134-1/+34
* Fix ghastly DES declarations, and all consequential warnings.Ben Laurie1999-02-1334-351/+291
* Fix typo in asn1.h (PRINTABLESTRING_STRING) and fix a bug in object creationDr. Stephen Henson1999-02-133-2/+9
* Add support for 3DES CBCM mode.Ben Laurie1999-02-134-3/+257