summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-06-12Prepare for 1.0.2c releaseOpenSSL_1_0_2cMatt Caswell
2015-06-12Fix ABI break with HMACMatt Caswell
2015-06-11Prepare for 1.0.2c-devMatt Caswell
2015-06-11Prepare for 1.0.2b releaseOpenSSL_1_0_2bMatt Caswell
2015-06-11make updateMatt 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-11Fix infinite loop in CMSDr. Stephen Henson
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-10Fix memory leaks in BIO_dup_chain()Matt Caswell
2015-06-10Replace memset with OPENSSL_cleanse()Matt Caswell
2015-06-08return correct NID for undefined objectDr. Stephen Henson
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper
2015-06-04Fix off-by-one error in BN_bn2hexMatt Caswell
2015-06-03make updateDr. 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-28check for error when creating PKCS#8 structureDr. 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-24bn/asm/vis3-mont.pl: fix intermittent EC failures on SPARC T3.Andy Polyakov
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-22Fix off-by-one in BN_randMatt Caswell
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell
2015-05-20Correctly check for export size limitKurt Roeckx
2015-05-13Add NULL checks from masterRich Salz
2015-05-13aes/asm/aesni-sha256-x86_64.pl: fix Windows compilation failure with old asse...Andy Polyakov
2015-05-13Call of memcmp with null pointers in obj_cmp()Hanno Böck
2015-05-11Add missing NULL check in X509V3_parse_list()Kurt Cancemi
2015-05-07Fix typo in valid_starViktor Dukhovni
2015-05-05Remove libcrypto to libssl dependencyMatt Caswell
2015-05-04Fix cut/paste errorRich Salz
2015-05-02RT3820: Don't call GetDesktopWindow()Gilles Khouzam
2015-05-02RT3776: Wrong size for mallocRich Salz
2015-04-30Fix buffer overrun in RSA signingMatt Caswell
2015-04-30Add sanity check to print_bin functionMatt Caswell
2015-04-30Clarify logic in BIO_*printf functionsMatt Caswell
2015-04-30Sanity check EVP_EncodeUpdate buffer lenMatt Caswell
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-04-30Sanity check DES_enc_write buffer lengthMatt Caswell
2015-04-29Revert "Fix verify algorithm."Matt Caswell