summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* RT3917: add cleanup on an error pathRich Salz2015-06-211-1/+2
* Cleanup mttest.c : because we no longer use stdio here, don't include itRichard Levitte2015-06-211-1/+0
* Add -ldl to the build of mttest.cRichard Levitte2015-06-211-2/+1
* Cleanup mttest.c : use BIO_free only, no preceding hacksRichard Levitte2015-06-211-0/+2
* Cleanup mttest.c : do not try to output reference counts when threads are doneRichard Levitte2015-06-211-0/+16
* Cleanup mttest.c : better error reporting when certs are migginsRichard Levitte2015-06-211-0/+3
* Cleanup mttest.c : make ssl_method a pointer to constRichard Levitte2015-06-211-1/+1
* Cleanup mttest.c : modernise outputRichard Levitte2015-06-211-96/+91
* Cleanup mttest.c : modernise the threads setupRichard Levitte2015-06-211-50/+41
* Cleanup mttest.c : remove MS_CALLBACKRichard Levitte2015-06-211-2/+2
* Make preprocessor error into real preprocessor errorRichard Levitte2015-06-161-1/+1
* Encode b == NULL or blen == 0 as zero.Dr. Stephen Henson2015-06-131-2/+2
* Fix ABI break with HMACMatt Caswell2015-06-121-12/+8
* bn/bn_gf2m.c: avoid infinite loop wich malformed ECParamters.Andy Polyakov2015-06-111-5/+10
* PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper2015-06-111-1/+15
* Fix length checks in X509_cmp_time to avoid out-of-bounds reads.Emilia Kasper2015-06-111-10/+47
* e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mi...Andy Polyakov2015-06-112-2/+2
* gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch.Andy Polyakov2015-06-101-1/+1
* Fix leak in HMAC error pathMatt Caswell2015-06-101-0/+1
* EC_POINT_is_on_curve does not return a booleanMatt Caswell2015-06-105-4/+11
* Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell2015-06-101-5/+5
* Fix memory leaks in BIO_dup_chain()Matt Caswell2015-06-101-2/+5
* Replace memset with OPENSSL_clear_free()Matt Caswell2015-06-101-2/+1
* Fix -DZLIB build for opaque COMP typesRich Salz2015-06-092-42/+10
* No fprintf in the txt_db componentRich Salz2015-06-093-206/+1
* Properly check certificate in case of export ciphers.Kurt Roeckx2015-06-092-0/+10
* return correct NID for undefined objectDr. Stephen Henson2015-06-081-0/+3
* Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper2015-06-084-5/+8
* Check ASN1_INTEGER_get for errors.Dr. Stephen Henson2015-06-061-1/+7
* Set error code, no fprintf stderr, on errors.Rich Salz2015-06-042-6/+17
* Rename all static TS_xxx to ts_xxxRich Salz2015-06-044-138/+121
* Fix off-by-one error in BN_bn2hexMatt Caswell2015-06-041-1/+6
* make update.Dr. Stephen Henson2015-06-031-1/+1
* Add funtions to set item_sign and item_verifySergey Agievich2015-06-031-0/+18
* Fix compilation failure for some tool chainsMatt Caswell2015-06-021-1/+1
* RT3230: Better test for C identifierAnnie Yousar2015-06-022-5/+5
* Fix IP_MTU_DISCOVER typoPer Allansson2015-06-021-1/+1
* Fix build errors with enable-ec_nistp_64_gcc_128Peter Dettman2015-05-293-5/+5
* check for error when creating PKCS#8 structureDr. Stephen Henson2015-05-281-0/+2
* Use enum for X509_LOOKUP_TYPERich Salz2015-05-282-4/+8
* make updateDr. Stephen Henson2015-05-261-1/+2
* Add function PKCS8_set0_pbeDr. Stephen Henson2015-05-262-19/+33
* Error if memory limit exceeded.Dr. Stephen Henson2015-05-262-1/+6
* Fix memory leak.Dr. Stephen Henson2015-05-261-2/+2
* Handle unsigned struct timeval membersMatt Caswell2015-05-261-6/+7
* fix copy paste error in ec_GF2m function prototypesBilly Brumley2015-05-261-8/+0
* bn/bn_lcl.h: fix MIPS-specific gcc version check.Andy Polyakov2015-05-261-1/+1
* bn/asm/x86_64-mont5.pl: fix valgrind error.Andy Polyakov2015-05-241-4/+9
* bn/bn_gf2m.c: appease STACK, unstable code detector.Andy Polyakov2015-05-241-2/+1
* Fix off-by-one in BN_randMatt Caswell2015-05-221-1/+6