summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
1999-03-06General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall
1999-03-06Fix GCC warning...Ralf S. Engelschall
1999-03-06Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson
1999-03-05Fix the PKCS#7 stuff: signature verify could fail if attributes reordered, theDr. Stephen Henson
1999-03-05Workaround for a Win95 console bug triggered by the password read stuff.Dr. Stephen Henson
1999-03-04Deleted my str_dup() function from X509V3: the same functionality is providedDr. Stephen Henson
1999-03-04Don't install bss_file.c under PREFIX/include/. It was introduced by EricRalf S. Engelschall
1999-03-03Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson
1999-02-28Add functions to add certs to stacks, used for CA file/path stuff in servers.Ben Laurie
1999-02-27Update dependencies.Ben Laurie
1999-02-27Get rid of remaining C++-style comments which strict C compilers hate.Ralf S. Engelschall
1999-02-26BN_RECURSION causes the stuff in bn_mont.c to fall over for large keys. ForDr. Stephen Henson
1999-02-25TypoRalf S. Engelschall
1999-02-25Fix 'port' variable from `int' to `unsigned int' in crypto/bio/b_sock.cRalf S. Engelschall
1999-02-25Change type of another md_len variable in pk7_doit.c:PKCS7_dataFinal()Ralf S. Engelschall
1999-02-25Fix clearly untested "clever" hack.Ben Laurie
1999-02-25More CVS ignore stuff...Ralf S. Engelschall
1999-02-25Remember good pointers to Montgomery multiplication algorithmRalf S. Engelschall
1999-02-23Code for reliable BIO.Ben Laurie
1999-02-23Add reliable BIO.Ben Laurie
1999-02-23Fix more warnings.Ben Laurie
1999-02-23Make gcc -Wall happy ("might be used uninitialized...")Ralf S. Engelschall
1999-02-22Add syslogging BIO.Ben Laurie
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson
1999-02-21Fix warning.Ben Laurie
1999-02-21Make RSA_NO_PADDING really use no padding.Dr. Stephen Henson
1999-02-21Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson
1999-02-20Fix a warning.Ben Laurie
1999-02-20Generate errors when public/private key check is done.Ben Laurie
1999-02-20Preliminary support for reason code CRL extension.Dr. Stephen Henson
1999-02-19Patch so the new crl stuff actually compiles this time :-) Also update theDr. Stephen Henson
1999-02-19Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson
1999-02-18Fix case of new functions in error files.Ben Laurie
1999-02-17Oops! Remeber to include the other patches this time...Dr. Stephen Henson
1999-02-17Fuller authority key id support, partial support for private key usage extensionDr. Stephen Henson
1999-02-17Add OAEP.Ben Laurie
1999-02-17Added code to GENERAL_NAME with support for more options and preliminaryDr. Stephen Henson
1999-02-15Fix various memory leaks in SSL, apps and DSADr. Stephen Henson
1999-02-14Update error codes.Dr. Stephen Henson
1999-02-14Add support for raw extensions. This means that you can include the DER encodingDr. Stephen Henson
1999-02-14Make sure latest Perl versions don't interpret some generated C array as PerlRalf S. Engelschall
1999-02-14More Win32 fixes and upsdate INSTALL.W32 documentation.Dr. Stephen Henson
1999-02-13Finally(?) fix DES stuff.Ben Laurie
1999-02-13Update dependencies.Ben Laurie
1999-02-13Fix ghastly DES declarations, and all consequential warnings.Ben Laurie
1999-02-13Fix typo in asn1.h (PRINTABLESTRING_STRING) and fix a bug in object creationDr. Stephen Henson
1999-02-13Add support for 3DES CBCM mode.Ben Laurie
1999-02-13Whoops, missed one.Ben Laurie
1999-02-13Some cleanup.Ben Laurie
1999-02-12Tidy up asm stuff.Ben Laurie