aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-3017-436/+335
* Reorganise state machine filesMatt Caswell2015-10-301-1/+2
* BN_GF2m_mod_inv(): check bn_wexpand return valuePascal Cuoq2015-10-291-3/+6
* Probably fix travis (wine build).Ben Laurie2015-10-251-9/+9
* Improve make depend.Ben Laurie2015-10-242-16/+19
* Fix undeclared variable warnings.Ben Laurie2015-10-247-15/+22
* Remove useless codeAlessandro Ghedini2015-10-2310-95/+2
* Check memory allocationAlessandro Ghedini2015-10-231-4/+11
* Fix typosAlessandro Ghedini2015-10-234-4/+4
* Set salt length after the malloc has succeededAlessandro Ghedini2015-10-231-1/+1
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-238-22/+45
* Replace malloc+strlcpy with strdupAlessandro Ghedini2015-10-231-2/+1
* Remove bugs/ and crypto/threads/Alessandro Ghedini2015-10-2311-1563/+0
* Only include SRP headers when OPENSSL_NO_SRP is undefinedRichard Levitte2015-10-221-2/+3
* make updateRichard Levitte2015-10-212-1/+9
* Don't forget to load the CT error stringsRichard Levitte2015-10-211-0/+4
* Handle CT error macros separatelyRichard Levitte2015-10-214-5/+13
* ct_locl.h moved, reflect it in crypto/ct/MakefileRichard Levitte2015-10-181-1/+1
* make updateRichard Levitte2015-10-182-3/+4
* Because ct_locl.h is used between modules, move it to internal headersRichard Levitte2015-10-183-2/+2
* set string type when embeddingDr. Stephen Henson2015-10-181-0/+1
* Remove Obsolete enginesMatt Caswell2015-10-151-18/+0
* Fix self signed handling.Dr. Stephen Henson2015-10-151-9/+10
* embed CRL serial number and signature fieldsDr. Stephen Henson2015-10-155-23/+18
* embed certificate serial number and signature fieldsDr. Stephen Henson2015-10-156-24/+20
* embed value field of X509_EXTENSIONDr. Stephen Henson2015-10-153-4/+4
* Handle embed flag in ASN1_STRING_copy().Dr. Stephen Henson2015-10-151-1/+3
* Remove EVP_CHECK_DES_KEYEmilia Kasper2015-10-142-18/+0
* ct_locl.h: fix some commentsEmilia Kasper2015-10-141-5/+7
* RFC5753 compliance.Dr. Stephen Henson2015-10-131-1/+2
* embed OCSP_CERTIDDr. Stephen Henson2015-10-116-23/+22
* embed support for ASN1_STRINGDr. Stephen Henson2015-10-112-7/+16
* Embed various OCSP fields.Dr. Stephen Henson2015-10-118-60/+60
* embed support for CHOICE typeDr. Stephen Henson2015-10-112-5/+11
* Typo.Dr. Stephen Henson2015-10-111-1/+1
* Fix Windows buildMatt Caswell2015-10-091-1/+1
* Initial commit for Certificate Transparency supportAdam Eijdenberg2015-10-098-42/+649
* Don't treat a bare OCTETSTRING as DigestInfo in int_rsa_verifyMatt Caswell2015-10-081-6/+5
* When ENGINE_add finds that id or name is missing, actually returnRichard Levitte2015-10-081-0/+1
* Don't check pointer we just freed, always set it to NULL.Pascal Cuoq2015-10-071-2/+1
* Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq2015-10-071-1/+2
* Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq2015-10-071-1/+2
* Set flags to 0 before calling BN_with_flags()Pascal Cuoq2015-10-071-0/+2
* Fix travis builds on masterAlessandro Ghedini2015-10-061-1/+2
* New cipher and cipher modes standardized in RussiaDmitry Belyavskiy2015-10-053-3/+50
* Harmonize pointer printing and size_t-fy casts.Andy Polyakov2015-10-053-6/+6
* bio/bss_log.c: harmonize format string to silence -Wformat.Andy Polyakov2015-10-051-1/+1
* Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov2015-10-053-20/+20
* Free up ASN.1 structures at top level only.Dr. Stephen Henson2015-10-052-29/+41
* Fix more d2i cases to properly update the input pointerKurt Roeckx2015-10-032-6/+6