aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley2016-01-212-0/+3
* Reject when explicit trust EKU are set and none match.Viktor Dukhovni2016-01-201-0/+15
* Check Suite-B constraints with EE DANE recordsViktor Dukhovni2016-01-202-28/+46
* Add an engine destructor to eng_cryptodev.Richard Levitte2016-01-201-0/+36
* Adapt BSD cryptodev engine to opaque EVP_MD_CTX, EVP_CIPHER_CTX, etcRichard Levitte2016-01-201-204/+333
* Remove update tagsRich Salz2016-01-2055-117/+3
* Consolidate "make update"Rich Salz2016-01-202-2/+2
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-2030-39/+82
* Remove the GOST engineMatt Caswell2016-01-191-3/+0
* prf redirection build fixesDr. Stephen Henson2016-01-191-1/+1
* Add TLS PRF method.Dr. Stephen Henson2016-01-197-4/+353
* Drop cached certificate signature validity flagViktor Dukhovni2016-01-183-7/+1
* Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2016-01-182-2/+2
* Accessor update; fix API, document one.Rich Salz2016-01-172-4/+4
* Remove some old makefile targetsRich Salz2016-01-1757-668/+0
* Add some accessors.Rich Salz2016-01-172-0/+27
* RT4247: Add missing patchRich Salz2016-01-171-3/+3
* Empty SNI names are not validViktor Dukhovni2016-01-161-2/+2
* RT4247: Fix EVP_CIPHER_CTX opaque on sparcRich Salz2016-01-152-3/+3
* Add lookup_certs for a trusted stack.Dr. Stephen Henson2016-01-151-0/+21
* NGX-2040 - fix wildcard match on punycode/IDNA DNS namesZi Lin2016-01-151-1/+2
* Cosmetic polish for last-resort depth 0 checkViktor Dukhovni2016-01-141-5/+5
* Fix last-resort depth 0 check when the chain has multiple certificatesViktor Dukhovni2016-01-141-4/+9
* Add a no-egd option to disable EGD-related codeBenjamin Kaduk2016-01-142-43/+51
* Always initialize X509_STORE_CTX get_crl pointerViktor Dukhovni2016-01-141-0/+2
* Call single parent free_comp routine.Rich Salz2016-01-137-12/+10
* Fix double-free bugs in EC group precomputation stateViktor Dukhovni2016-01-134-0/+4
* Fix nistp512 typos, should be nistp521Viktor Dukhovni2016-01-132-3/+3
* Add missing #ifdef's to fix build breakRich Salz2016-01-131-0/+4
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-139-551/+227
* Fix DES_LONG breakageViktor Dukhovni2016-01-132-8/+3
* After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.hRichard Levitte2016-01-131-0/+1
* Move Makefiles to Makefile.inRich Salz2016-01-1297-9257/+2836
* Remove unused internal macrosRichard Levitte2016-01-121-1/+1
* make updateRichard Levitte2016-01-1224-2661/+3168
* Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte2016-01-122-8/+10
* EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any moreRichard Levitte2016-01-121-7/+0
* Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte2016-01-121-34/+72
* Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte2016-01-1215-301/+454
* Adapt the internal EVP routines to opaque EVP_CIPHERRichard Levitte2016-01-122-3/+4
* Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte2016-01-125-206/+444
* Remove EVP_CIPHER_CTX_flags, it's only confusingRichard Levitte2016-01-122-6/+1
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-1214-119/+140
* Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte2016-01-126-32/+48
* Adapt the internal EVP routines to opaque EVP_CIPHER_CTXRichard Levitte2016-01-121-4/+3
* Add accessors and writers for EVP_CIPHER_CTXRichard Levitte2016-01-121-0/+47
* Make EVP_CIPHER_CTX opaque and renew the creator / destructor functionsRichard Levitte2016-01-122-36/+48
* Function pop_info() returned a dangling pointerPascal Cuoq2016-01-111-9/+11
* Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson2016-01-114-6/+6
* Add lh_doall_arg inliningDr. Stephen Henson2016-01-115-33/+25