aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson1999-03-2814-10/+1043
* This is the beginning of PKCS#12 integration. This just adds the PKCS#12Dr. Stephen Henson1999-03-282-4/+167
* extranet file added...Dr. Stephen Henson1999-03-271-0/+217
* Add initial support for Thawte strong extranet certificate extensions andDr. Stephen Henson1999-03-2714-62/+96
* Fix Alpha assembler, remove redundant file.Ben Laurie1999-03-272-373/+7
* Make sure the RSA OAEP test is skipped under -DRSAref becauseRalf S. Engelschall1999-03-251-0/+5
* Move definitions of IS_SET/IS_SEQUENCE inside crypto/asn1/asn1.hRalf S. Engelschall1999-03-241-4/+4
* Fix security hole.Ben Laurie1999-03-2262-336/+383
* Some more source tree cleanups (removed obsolete files crypto/bf/asm/bf586.pl,Ralf S. Engelschall1999-03-202-2064/+0
* Using int for the digest length in EVP_DigestFinal() broke some compilers.Dr. Stephen Henson1999-03-142-3/+3
* Remove some references which called malloc and free instead of Malloc and Free.Dr. Stephen Henson1999-03-142-4/+7
* Fail if test fails.Ben Laurie1999-03-121-2/+8
* Update dependencies.Ben Laurie1999-03-121-0/+2
* Use the right compiler for ctx_size.Ben Laurie1999-03-121-1/+1
* Fix for RSA private key encryption if p < q. This took ***ages*** to track down.Dr. Stephen Henson1999-03-111-0/+9
* Just cosmetics: replace a tab with a normal space becauseRalf S. Engelschall1999-03-101-1/+1
* Fix couple of ANSI declarations and prototypesDr. Stephen Henson1999-03-102-8/+12
* Fix quad checksum bug.Ben Laurie1999-03-091-1/+1
* Comment out two unimplemented functions from bio.h. Attempt to get theDr. Stephen Henson1999-03-091-2/+3
* 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