aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson17-55/+29
1999-03-29Added comments to des_enc_{read,write} functions warning about theirBodo Möller2-0/+33
1999-03-29Various PKCS#12 related tidies and fixes: it might even compile now :-)Dr. Stephen Henson7-42/+31
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson25-1/+3296
1999-03-28Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson14-10/+1043
1999-03-28This is the beginning of PKCS#12 integration. This just adds the PKCS#12Dr. Stephen Henson2-4/+167
1999-03-27extranet file added...Dr. Stephen Henson1-0/+217
1999-03-27Add initial support for Thawte strong extranet certificate extensions andDr. Stephen Henson14-62/+96
1999-03-27Fix Alpha assembler, remove redundant file.Ben Laurie2-373/+7
1999-03-25Make sure the RSA OAEP test is skipped under -DRSAref becauseRalf S. Engelschall1-0/+5
1999-03-24Move definitions of IS_SET/IS_SEQUENCE inside crypto/asn1/asn1.hRalf S. Engelschall1-4/+4
1999-03-22Fix security hole.Ben Laurie62-336/+383
1999-03-20Some more source tree cleanups (removed obsolete files crypto/bf/asm/bf586.pl,Ralf S. Engelschall2-2064/+0
1999-03-14Using int for the digest length in EVP_DigestFinal() broke some compilers.Dr. Stephen Henson2-3/+3
1999-03-14Remove some references which called malloc and free instead of Malloc and Free.Dr. Stephen Henson2-4/+7
1999-03-12Fail if test fails.Ben Laurie1-2/+8
1999-03-12Update dependencies.Ben Laurie1-0/+2
1999-03-12Use the right compiler for ctx_size.Ben Laurie1-1/+1
1999-03-11Fix for RSA private key encryption if p < q. This took ***ages*** to track down.Dr. Stephen Henson1-0/+9
1999-03-10Just cosmetics: replace a tab with a normal space becauseRalf S. Engelschall1-1/+1
1999-03-10Fix couple of ANSI declarations and prototypesDr. Stephen Henson2-8/+12
1999-03-09Fix quad checksum bug.Ben Laurie1-1/+1
1999-03-09Comment out two unimplemented functions from bio.h. Attempt to get theDr. Stephen Henson1-2/+3
1999-03-08Add missing funtions from non ANSI section of header files and add missingDr. Stephen Henson6-7/+28
1999-03-08Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefsDr. Stephen Henson2-6/+3
1999-03-08Make `openssl version' output lines consistent.Ralf S. Engelschall2-10/+10
1999-03-08Two more .cvsignore files for the assembler stuffRalf S. Engelschall2-0/+2
1999-03-07Delete obsolete old X509V3 files.Dr. Stephen Henson4-503/+0
1999-03-07Fix DWP when only given three parameters.Ben Laurie6-2378/+9
1999-03-06Added support for adding extensions to CRLs, also fix a memory leak andDr. Stephen Henson3-0/+28
1999-03-06Put the dependencies back.Ben Laurie34-0/+2051
1999-03-06General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall34-2278/+188
1999-03-06Fix GCC warning...Ralf S. Engelschall1-1/+2
1999-03-06Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson9-13/+15
1999-03-05Fix the PKCS#7 stuff: signature verify could fail if attributes reordered, theDr. Stephen Henson3-11/+22
1999-03-05Workaround for a Win95 console bug triggered by the password read stuff.Dr. Stephen Henson1-0/+23
1999-03-04Deleted my str_dup() function from X509V3: the same functionality is providedDr. Stephen Henson4-17/+5
1999-03-04Don't install bss_file.c under PREFIX/include/. It was introduced by EricRalf S. Engelschall1-2/+2
1999-03-03Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson4-2/+7
1999-02-28Add functions to add certs to stacks, used for CA file/path stuff in servers.Ben Laurie3-4/+10
1999-02-27Update dependencies.Ben Laurie6-125/+181
1999-02-27Get rid of remaining C++-style comments which strict C compilers hate.Ralf S. Engelschall5-17/+17
1999-02-26BN_RECURSION causes the stuff in bn_mont.c to fall over for large keys. ForDr. Stephen Henson1-4/+4
1999-02-25TypoRalf S. Engelschall1-1/+1
1999-02-25Fix 'port' variable from `int' to `unsigned int' in crypto/bio/b_sock.cRalf S. Engelschall1-3/+3
1999-02-25Change type of another md_len variable in pk7_doit.c:PKCS7_dataFinal()Ralf S. Engelschall1-1/+1
1999-02-25Fix clearly untested "clever" hack.Ben Laurie1-1/+1
1999-02-25More CVS ignore stuff...Ralf S. Engelschall2-0/+4
1999-02-25Remember good pointers to Montgomery multiplication algorithmRalf S. Engelschall1-0/+6
1999-02-23Code for reliable BIO.Ben Laurie1-0/+576