aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add missing funtions from non ANSI section of header files and add missingDr. Stephen Henson1999-03-086-7/+28
* Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefsDr. Stephen Henson1999-03-082-6/+3
* Make `openssl version' output lines consistent.Ralf S. Engelschall1999-03-082-10/+10
* Two more .cvsignore files for the assembler stuffRalf S. Engelschall1999-03-082-0/+2
* Delete obsolete old X509V3 files.Dr. Stephen Henson1999-03-074-503/+0
* Fix DWP when only given three parameters.Ben Laurie1999-03-076-2378/+9
* Added support for adding extensions to CRLs, also fix a memory leak andDr. Stephen Henson1999-03-063-0/+28
* Put the dependencies back.Ben Laurie1999-03-0634-0/+2051
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-0634-2278/+188
* Fix GCC warning...Ralf S. Engelschall1999-03-061-1/+2
* Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson1999-03-069-13/+15
* Fix the PKCS#7 stuff: signature verify could fail if attributes reordered, theDr. Stephen Henson1999-03-053-11/+22
* Workaround for a Win95 console bug triggered by the password read stuff.Dr. Stephen Henson1999-03-051-0/+23
* Deleted my str_dup() function from X509V3: the same functionality is providedDr. Stephen Henson1999-03-044-17/+5
* Don't install bss_file.c under PREFIX/include/. It was introduced by EricRalf S. Engelschall1999-03-041-2/+2
* Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson1999-03-034-2/+7
* Add functions to add certs to stacks, used for CA file/path stuff in servers.Ben Laurie1999-02-283-4/+10
* Update dependencies.Ben Laurie1999-02-276-125/+181
* Get rid of remaining C++-style comments which strict C compilers hate.Ralf S. Engelschall1999-02-275-17/+17
* BN_RECURSION causes the stuff in bn_mont.c to fall over for large keys. ForDr. Stephen Henson1999-02-261-4/+4
* TypoRalf S. Engelschall1999-02-251-1/+1
* Fix 'port' variable from `int' to `unsigned int' in crypto/bio/b_sock.cRalf S. Engelschall1999-02-251-3/+3
* Change type of another md_len variable in pk7_doit.c:PKCS7_dataFinal()Ralf S. Engelschall1999-02-251-1/+1
* Fix clearly untested "clever" hack.Ben Laurie1999-02-251-1/+1
* More CVS ignore stuff...Ralf S. Engelschall1999-02-252-0/+4
* Remember good pointers to Montgomery multiplication algorithmRalf S. Engelschall1999-02-251-0/+6
* Code for reliable BIO.Ben Laurie1999-02-231-0/+576
* Add reliable BIO.Ben Laurie1999-02-232-2/+4
* Fix more warnings.Ben Laurie1999-02-231-11/+19
* Make gcc -Wall happy ("might be used uninitialized...")Ralf S. Engelschall1999-02-231-1/+1
* Add syslogging BIO.Ben Laurie1999-02-223-2/+248
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-2219-95/+74
* Fix warning.Ben Laurie1999-02-211-2/+4
* Make RSA_NO_PADDING really use no padding.Dr. Stephen Henson1999-02-214-19/+14
* Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson1999-02-216-6/+214
* Fix a warning.Ben Laurie1999-02-201-2/+4
* Generate errors when public/private key check is done.Ben Laurie1999-02-205-5/+33
* 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-191-1/+2
* Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson1999-02-1914-16/+332
* 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-179-2/+142
* Fuller authority key id support, partial support for private key usage extensionDr. Stephen Henson1999-02-172-1/+173
* Add OAEP.Ben Laurie1999-02-178-4/+452
* Added code to GENERAL_NAME with support for more options and preliminaryDr. Stephen Henson1999-02-175-22/+181
* Fix various memory leaks in SSL, apps and DSADr. Stephen Henson1999-02-151-1/+0
* 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-142-12/+107
* Make sure latest Perl versions don't interpret some generated C array as PerlRalf S. Engelschall1999-02-141-1/+1
* More Win32 fixes and upsdate INSTALL.W32 documentation.Dr. Stephen Henson1999-02-142-1/+2