summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-09155-407/+468
* Rebuild error source files.Dr. Stephen Henson2015-11-0527-348/+345
* fix discrepancyDr. Stephen Henson2015-11-051-1/+1
* BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte2015-11-021-2/+0
* Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte2015-11-021-11/+20
* Remove des_ver.h; broke build.Rich Salz2015-11-011-1/+1
* 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