summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-06-13Encode b == NULL or blen == 0 as zero.Dr. Stephen Henson
2015-06-12Fix ABI break with HMACMatt Caswell
2015-06-11bn/bn_gf2m.c: avoid infinite loop wich malformed ECParamters.Andy Polyakov
2015-06-11PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper
2015-06-11Fix length checks in X509_cmp_time to avoid out-of-bounds reads.Emilia Kasper
2015-06-11e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mi...Andy Polyakov
2015-06-10gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch.Andy Polyakov
2015-06-10Fix leak in HMAC error pathMatt Caswell
2015-06-10EC_POINT_is_on_curve does not return a booleanMatt Caswell
2015-06-10Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell
2015-06-10Fix memory leaks in BIO_dup_chain()Matt Caswell
2015-06-10Replace memset with OPENSSL_clear_free()Matt Caswell
2015-06-09Fix -DZLIB build for opaque COMP typesRich Salz
2015-06-09No fprintf in the txt_db componentRich Salz
2015-06-09Properly check certificate in case of export ciphers.Kurt Roeckx
2015-06-08return correct NID for undefined objectDr. Stephen Henson
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper
2015-06-06Check ASN1_INTEGER_get for errors.Dr. Stephen Henson
2015-06-04Set error code, no fprintf stderr, on errors.Rich Salz
2015-06-04Rename all static TS_xxx to ts_xxxRich Salz
2015-06-04Fix off-by-one error in BN_bn2hexMatt Caswell
2015-06-03make update.Dr. Stephen Henson
2015-06-03Add funtions to set item_sign and item_verifySergey Agievich
2015-06-02Fix compilation failure for some tool chainsMatt Caswell
2015-06-02RT3230: Better test for C identifierAnnie Yousar
2015-06-02Fix IP_MTU_DISCOVER typoPer Allansson
2015-05-29Fix build errors with enable-ec_nistp_64_gcc_128Peter Dettman
2015-05-28check for error when creating PKCS#8 structureDr. Stephen Henson
2015-05-28Use enum for X509_LOOKUP_TYPERich Salz
2015-05-26make updateDr. Stephen Henson
2015-05-26Add function PKCS8_set0_pbeDr. Stephen Henson
2015-05-26Error if memory limit exceeded.Dr. Stephen Henson
2015-05-26Fix memory leak.Dr. Stephen Henson
2015-05-26Handle unsigned struct timeval membersMatt Caswell
2015-05-26fix copy paste error in ec_GF2m function prototypesBilly Brumley
2015-05-26bn/bn_lcl.h: fix MIPS-specific gcc version check.Andy Polyakov
2015-05-24bn/asm/x86_64-mont5.pl: fix valgrind error.Andy Polyakov
2015-05-24bn/bn_gf2m.c: appease STACK, unstable code detector.Andy Polyakov
2015-05-22Fix off-by-one in BN_randMatt Caswell
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-21make updateDr. Stephen Henson
2015-05-21Add scrypt PBE algorithm code.Dr. Stephen Henson
2015-05-21Add scrypt OID from draft-josefsson-scrypt-kdf-03Dr. Stephen Henson
2015-05-20Correctly check for export size limitKurt Roeckx
2015-05-20Add functions to convert between uint64_t and ASN1_INTEGER.Dr. Stephen Henson
2015-05-20make updateDr. Stephen Henson
2015-05-20Add scrypt support.Dr. Stephen Henson
2015-05-20bn/asm/vis3-mont.pl: fix intermittent EC failures on SPARC T3.Andy Polyakov
2015-05-18ASN1 INTEGER refactor.Dr. Stephen Henson