aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Configure et al: split up the lflags configuration item into twoRichard Levitte2016-01-293-4/+4
* Make it possible to check for explicit auxiliary trustViktor Dukhovni2016-01-291-1/+1
* Always DPURIFYEmilia Kasper2016-01-294-31/+3
* Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell2016-01-293-6/+6
* Add missing return value checksMatt Caswell2016-01-291-4/+3
* Keep RC5 bit shifts in [0..31]Viktor Dukhovni2016-01-281-2/+2
* Use callback for DSAPublicKeyDr. Stephen Henson2016-01-281-8/+2
* Remove outdated testsRich Salz2016-01-282-156/+0
* Prevent small subgroup attacks on DH/DHEMatt Caswell2016-01-281-9/+25
* Restore NUMPRIMES as a numeric literalViktor Dukhovni2016-01-283-4/+6
* Add CRYPTO_secure_zallocRich Salz2016-01-271-0/+9
* Comment side-effect only calls of X509_check_purposeViktor Dukhovni2016-01-275-1/+8
* Remove EIGHT_BIT and SIXTEEN_BITRich Salz2016-01-273-60/+26
* Remove outdated legacy crypto optionsRich Salz2016-01-2714-934/+44
* Complete the removal of /* foo.c */ commentsRichard Levitte2016-01-273-5/+0
* Remove /* foo.c */ commentsRich Salz2016-01-26590-590/+0
* Generate warning textRichard Levitte2016-01-254-0/+4
* Move & split opensslconf.h.inRich Salz2016-01-259-301/+345
* Move pqueue into sslRich Salz2016-01-243-360/+0
* Fix two possible leaks.FdaSilvaYY2016-01-242-0/+3
* Fix possible memory leak on BUF_MEM_grow_clean failureFdaSilvaYY2016-01-241-8/+6
* Fix store with opaque dataTodd Short2016-01-231-7/+7
* free item after sk_push failmrpre2016-01-231-0/+1
* Refactor file writing - rewrite crypto/opensslconf.h.in as templateRichard Levitte2016-01-231-21/+128
* 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