aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson2015-12-144-1/+20
* Fix a ** 0 mod 1 = 0 for real this time.Emilia Kasper2015-12-141-8/+31
* crpyto/ppccpuid.pl: add FPU probe and fix OPENSSL_rdtsc.Andy Polyakov2015-12-141-0/+19
* crypto/ppccap.c: add SIGILL-free processor capability detection code.Andy Polyakov2015-12-142-21/+119
* x86_64 assembly pack: tune clang version detection even further.Andy Polyakov2015-12-1313-13/+13
* Configure: add framework for ChaCha and Poly1305 assembly.Andy Polyakov2015-12-132-5/+3
* Remove no longer existant structure member and direct references to EVP_MD_CT...Ben Laurie2015-12-131-5/+6
* Fix (incorrect) uninitialised variable warning.Ben Laurie2015-12-131-1/+2
* Fix compile failure with no-threadsMatt Caswell2015-12-121-1/+1
* evp/e_chacha20_poly1305.c: TLS interop fixes.Andy Polyakov2015-12-111-12/+10
* Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie2015-12-111-1/+10
* make updateRichard Levitte2015-12-111-1/+1
* Adapt PEM routines to the opaque EVP_ENCODE_CTXRichard Levitte2015-12-112-19/+30
* Adapt BIO_f_base64 to the opaque EVP_ENCODE_CTXRichard Levitte2015-12-111-11/+14
* Make EVP_ENCODE_CTX opaqueRichard Levitte2015-12-112-0/+31
* Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).Rob Stradling2015-12-108-7/+217
* make updateMatt Caswell2015-12-101-6/+6