aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Add lh_doall inliningDr. Stephen Henson2016-01-114-16/+6
* Add lh_new() inliningDr. Stephen Henson2016-01-116-60/+18
* Inline LHASH_OFDr. Stephen Henson2016-01-1114-35/+55
* Add memory leak return value.Dr. Stephen Henson2016-01-111-7/+9
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-113-16/+16
* Regenerate SSL record/statem error stringsViktor Dukhovni2016-01-101-30/+0
* RT41897: Add an CRYPTO_secure_actual_sizeRich Salz2016-01-091-0/+13
* Fix no CRYPTO_MDEBUG build (windows)Rich Salz2016-01-081-2/+2
* Update comment as bn_dup_expand is goneViktor Dukhovni2016-01-081-1/+1
* Fix some typos in commentsViktor Dukhovni2016-01-071-3/+3
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-0713-28/+65
* Remove all remaining traces if PEM_SealRichard Levitte2016-01-081-2/+0
* Fix build-break; 'make update'Rich Salz2016-01-071-15/+0
* mem functions cleanupRich Salz2016-01-0713-474/+272
* Remove crypto/pem/pem_seal.cRichard Levitte2016-01-072-196/+2
* DANE support for X509_verify_cert()Viktor Dukhovni2016-01-072-9/+401
* use more descriptive name DEFINE_STACK_OF_CONSTDr. Stephen Henson2016-01-072-2/+2
* Only declare stacks in headersDr. Stephen Henson2016-01-0720-38/+52
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-0717-21/+21
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-079-13/+10
* Remove more (rest?) of FIPS build stuff.Rich Salz2016-01-061-89/+0
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-052-0/+25
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-032-18/+23
* Drop incorrect id == -1 case from X509_check_trustViktor Dukhovni2016-01-031-2/+1
* X509_verify_cert() cleanupViktor Dukhovni2016-01-032-343/+397
* Fix a possible memleakRichard Levitte2016-01-021-0/+7
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-317-24/+10
* Fix some missing or faulty header file inclusionsRichard Levitte2015-12-302-2/+2
* Check for missing DSA parameters.Dr. Stephen Henson2015-12-301-1/+3
* Fix no-engine.Ben Laurie2015-12-292-1/+2
* Avoid using a dangling pointer when removing the last itemKurt Roeckx2015-12-231-0/+2
* Cleanup CRYPTO_{push,pop}_infoRich Salz2015-12-224-42/+13
* Rename *_realloc_clean to *_clear_reallocRich Salz2015-12-224-4/+4
* Also change the non-debug versions to use size_tKurt Roeckx2015-12-221-2/+2
* Fix memory leak in DSA redo case.David Benjamin2015-12-221-4/+4
* bn/asm/bn-c64xplus.asm: update commentary.Andy Polyakov2015-12-221-2/+3
* sha/asm/sha256-armv4.pl: one of "universal" flags combination didn't compile.Andy Polyakov2015-12-211-9/+4
* Fix URLs mangled by reformatMatt Caswell2015-12-192-2/+2
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-1848-48/+48
* Modify the lower level memory allocation routines to take size_tRichard Levitte2015-12-173-17/+17
* mem-cleanup, cont'd.Rich Salz2015-12-162-67/+1
* Rename sec_mem to mem_sec, like other files.Rich Salz2015-12-162-6/+6
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-1646-283/+215
* Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson2015-12-163-6/+6
* New EC functions.Dr. Stephen Henson2015-12-164-28/+47
* Fix build on SolarisMatt Caswell2015-12-151-0/+4
* Remove GMP engine.Rich Salz2015-12-151-3/+0
* make updateDr. Stephen Henson2015-12-141-6/+6
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-145-33/+32
* Add EVP_PKEY_get0_* functions.Dr. Stephen Henson2015-12-142-17/+50