aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Use size_t for new crypto size parameters.Dr. Stephen Henson2006-05-248-86/+89
* Add ctrl to EVP_MD and EVP_PKEY_CTX to EVP_MD_CTX. These will be usedDr. Stephen Henson2006-05-221-0/+36
* Add -resign and -md options to smime command to support resigning anDr. Stephen Henson2006-05-185-2/+51
* Code tidy.Dr. Stephen Henson2006-05-181-2/+1
* Typo.Dr. Stephen Henson2006-05-181-1/+1
* make updateDr. Stephen Henson2006-05-181-5/+5
* More S/MIME tidy. Place some common attribute operations in utilityDr. Stephen Henson2006-05-185-84/+157
* Remove old digest type hacks for non RSA keys.Dr. Stephen Henson2006-05-181-17/+0
* PKCS#12 mac key length should equal digest length.Dr. Stephen Henson2006-05-171-3/+3
* Tidy up of S/MIME code and add new functions which will make is easierDr. Stephen Henson2006-05-173-79/+135
* Extended PBES2 function supporting application supplied IV and PRF NID.Dr. Stephen Henson2006-05-172-8/+26
* HMAC OIDs from RFC4231.Dr. Stephen Henson2006-05-175-5/+60
* Add PRF preference ctrl to ciphers.Dr. Stephen Henson2006-05-153-2/+23
* Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.Dr. Stephen Henson2006-05-154-58/+97
* Update old **EVIL** PEM_X509_INFO_read_bio() function to correctly assignDr. Stephen Henson2006-05-151-15/+17
* Correctly handle missing DSA parameters.Dr. Stephen Henson2006-05-151-11/+25
* Add feature to PKCS12_create() if the encryption NID corresponds to aDr. Stephen Henson2006-05-151-2/+18
* Extend PBE code to support non default PKCS#5 v2.0 PRFs.Dr. Stephen Henson2006-05-148-65/+187
* Check for deprecated private key types before PKCS#8 types.Dr. Stephen Henson2006-05-141-10/+9
* make updateRichard Levitte2006-05-122-1/+9
* Someone made a mistake, and some function and reason codes gotRichard Levitte2006-05-123-14/+19
* New functions to get key types without dereferncing EVP_PKEY.Dr. Stephen Henson2006-05-115-5/+46
* Update PKCS#7 decrypt routines to use new API.Dr. Stephen Henson2006-05-083-34/+78
* Update PKCS#7 enveloped data to new API.Dr. Stephen Henson2006-05-087-39/+82
* Update S/MIME code to use default digest.Dr. Stephen Henson2006-05-074-1/+19
* Add support for default public key digest type ctrl.Dr. Stephen Henson2006-05-078-0/+39
* Futher minor PPC assembler update.Andy Polyakov2006-05-043-10/+10
* Minor PPC assembler updates.Andy Polyakov2006-05-033-3/+6
* PPC assembler distiller update.Andy Polyakov2006-05-031-0/+4
* Update from stable branch.Dr. Stephen Henson2006-05-031-0/+9
* SHA1 for PowerPC.Andy Polyakov2006-05-015-2/+324
* Yet another "teaser" Montgomery multiplication module, for PowerPC.Andy Polyakov2006-04-303-0/+448
* Update EVP_PKEY_cmp() and X509_check_private() to return sensible values andDr. Stephen Henson2006-04-282-23/+15
* Replace RSA specific PKCS7_RECIP_INFO set up with an public key algorithmDr. Stephen Henson2006-04-275-6/+55
* Code tidy.Dr. Stephen Henson2006-04-271-2/+1
* New function to extract AlgorithmIdentifier for PKCS7_RECIP_INFO.Dr. Stephen Henson2006-04-272-0/+7
* Don't free up parameter. The public key ASN1 method can do that if it needsDr. Stephen Henson2006-04-271-2/+0
* Add prototypes and pkey accessor function for EVP_PKEY_CTX.Dr. Stephen Henson2006-04-262-0/+10
* Correct copyright notice... this doesn't contain any SSLeay code.Dr. Stephen Henson2006-04-241-52/+52
* Add 'flags' parameter to EVP_PKEY_asn1_meth_new() to set algorithm flags.Dr. Stephen Henson2006-04-212-5/+4
* undo accidental commitNils Larsch2006-04-201-1/+1
* as we encrypt every bit separately we need to loop through the numberNils Larsch2006-04-202-2/+2
* make local function staticNils Larsch2006-04-201-2/+2
* Remove dss1 hack from S/MIME code.Dr. Stephen Henson2006-04-191-0/+2
* Remove link between digests and signature algorithms.Dr. Stephen Henson2006-04-1912-55/+118
* Remove comment from SSLeay days about EVP_PKEY_METHOD.Dr. Stephen Henson2006-04-191-67/+0
* Synchronise with Unixly build.Richard Levitte2006-04-191-1/+1
* Add OID cross reference table.Dr. Stephen Henson2006-04-1812-32/+362
* SynchroniseRichard Levitte2006-04-171-1/+1
* Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.Dr. Stephen Henson2006-04-179-52/+118