BUF_strndup: tidy
[openssl.git] / crypto /
2015-09-22 Emilia KasperBUF_strndup: tidy
2015-09-22 Alessandro GhediniMake BUF_strndup() read-safe on arbitrary inputs
2015-09-21 David WoodhouseRT3479: Add UTF8 support to BIO_read_filename()
2015-09-21 Gunnar KudrjavetsRT3823: Improve the robustness of event logging
2015-09-21 Matt CaswellFix SRP memory leaks
2015-09-19 Viktor DukhovniFix indentation
2015-09-18 Rich SalzThis undoes GH367 for non-master
2015-09-17 Matt CaswellMake sure OPENSSL_cleanse checks for NULL
2015-09-17 Emilia Kasperbase64 decode: check for high bit
2015-09-17 Emilia KasperRT3757: base64 encoding bugs
2015-09-15 Rich SalzRT4044: Remove .cvsignore files.
2015-09-14 Kurt Roeckxd2i: don't update input pointer on failure
2015-09-12 Dr. Stephen HensonConstify ECDSA_METHOD_new.
2015-09-11 John FoleyUse memmove instead of memcpy.
2015-09-10 Emilia KasperRT3754: check for NULL pointer
2015-09-02 Viktor DukhovniCleaner handling of "cnid" in do_x509_check
2015-09-02 Viktor DukhovniBetter handling of verify param id peername field
2015-09-01 Tim ZhangFix the comment for POINT_CONVERSION_UNCOMPRESSED
2015-09-01 Emilia KasperRT4002: check for NULL cipher in p12_crpt.c
2015-09-01 Emilia KasperRT 3493: fix RSA test
2015-08-31 mrprecheck bn_new return value
2015-08-31 Ben KadukGH367 follow-up, for more clarity
2015-08-31 Emilia KasperBN_mod_exp_mont_consttime: check for zero modulus.
2015-08-31 Emilia Kasperbntest: don't dereference the |d| array for a zero...
2015-08-28 Alessandro GhediniGH354: Memory leak fixes
2015-08-28 Ismo PuustinenGH367: Fix dsa keygen for too-short seed
2015-08-26 David BrodskiFixed problem with multiple load-unload of comp zlib
2015-08-14 Rich SalzFix 1.0.2 build break
2015-08-13 Ismo PuustinenGH364: Free memory on an error path
2015-08-12 Dr. Stephen HensonReturn error for unsupported modes.
2015-08-12 Dr. Stephen HensonFix memory leak if setup fails.
2015-08-12 Dr. Stephen HensonErr isn't always malloc failure.
2015-08-11 Matt CaswellCheck for 0 modulus in BN_MONT_CTX_set
2015-08-06 Anton BlanchardRT3990: Fix #include path.
2015-08-04 Matt CaswellFix warning when compiling with no-ec2m
2015-07-31 Loganaden VelvindronClear BN-mont values when free'ing it.
2015-07-31 Nicholas CooperRT3959: Fix misleading comment
2015-07-30 Dr. Stephen Hensonuse X9.31 keygen by default in FIPS mode
2015-07-30 Martin VejnarRT3774: double-free in DSA
2015-07-23 Emilia Kasperrsaz_exp.h: align license with the rest of the contribution
2015-07-13 Richard LevitteConversion to UTF-8 where needed
2015-07-09 Matt CaswellPrepare for 1.0.2e-dev
2015-07-09 Matt CaswellPrepare for 1.0.2d release OpenSSL_1_0_2d
2015-07-07 Matt CaswellReject calls to X509_verify_cert that have not been...
2015-07-07 Matt CaswellAdd test for CVE-2015-1793
2015-07-07 Matt CaswellFix alternate chains certificate forgery issue
2015-07-06 Dr. Stephen HensonRelax CCM tag check.
2015-06-25 Dr. Stephen HensonDon't output bogus errors in PKCS12_parse
2015-06-23 Russell WebbRT3856: Fix memory leaks in test code
2015-06-23 Richard Levittemake update
2015-06-23 Richard LevitteRearrange rsaz
2015-06-21 Rich SalzRT3917: add cleanup on an error path
2015-06-21 Richard LevitteCleanup mttest.c : because we no longer use stdio here...
2015-06-21 Richard LevitteAdd -ldl to the build of mttest.c
2015-06-21 Richard LevitteCleanup mttest.c : do not try to output reference count...
2015-06-21 Richard LevitteCleanup mttest.c : better error reporting when certs...
2015-06-21 Richard LevitteCleanup mttest.c : make ssl_method a pointer to const
2015-06-21 Richard LevitteCleanup mttest.c : more output changes
2015-06-21 Richard LevitteCleanup mttest.c : modernise output
2015-06-21 Richard LevitteCleanup mttest.c : modernise the threads setup
2015-06-21 Richard LevitteCleanup mttest.c : remove MS_CALLBACK
2015-06-16 Richard LevitteMake preprocessor error into real preprocessor error
2015-06-16 Richard LevitteRemove one extraneous parenthesis
2015-06-12 Matt CaswellPrepare for 1.0.2d-dev
2015-06-12 Matt CaswellPrepare for 1.0.2c release OpenSSL_1_0_2c
2015-06-12 Matt CaswellFix ABI break with HMAC
2015-06-11 Matt CaswellPrepare for 1.0.2c-dev
2015-06-11 Matt CaswellPrepare for 1.0.2b release OpenSSL_1_0_2b
2015-06-11 Matt Caswellmake update
2015-06-11 Andy Polyakovbn/bn_gf2m.c: avoid infinite loop wich malformed ECPara...
2015-06-11 Emilia KasperPKCS#7: Fix NULL dereference with missing EncryptedContent.
2015-06-11 Emilia KasperFix length checks in X509_cmp_time to avoid out-of...
2015-06-11 Dr. Stephen HensonFix infinite loop in CMS
2015-06-11 Andy Polyakove_aes_cbc_hmac_sha*.c: address linker warning about...
2015-06-10 Andy Polyakovgcm.c: address linker warning about OPENSSL_ia32cap_P...
2015-06-10 Matt CaswellFix leak in HMAC error path
2015-06-10 Matt CaswellEC_POINT_is_on_curve does not return a boolean
2015-06-10 Matt CaswellFix memory leaks in BIO_dup_chain()
2015-06-10 Matt CaswellReplace memset with OPENSSL_cleanse()
2015-06-08 Dr. Stephen Hensonreturn correct NID for undefined object
2015-06-08 Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-06-04 Matt CaswellFix off-by-one error in BN_bn2hex
2015-06-03 Dr. Stephen Hensonmake update
2015-06-03 Sergey AgievichAdd funtions to set item_sign and item_verify
2015-06-02 Matt CaswellFix compilation failure for some tool chains
2015-06-02 Annie YousarRT3230: Better test for C identifier
2015-06-02 Per AllanssonFix IP_MTU_DISCOVER typo
2015-05-28 Dr. Stephen Hensoncheck for error when creating PKCS#8 structure
2015-05-26 Matt CaswellHandle unsigned struct timeval members
2015-05-26 Billy Brumleyfix copy paste error in ec_GF2m function prototypes
2015-05-26 Andy Polyakovbn/bn_lcl.h: fix MIPS-specific gcc version check.
2015-05-24 Andy Polyakovbn/asm/x86_64-mont5.pl: fix valgrind error.
2015-05-24 Andy Polyakovbn/bn_gf2m.c: appease STACK, unstable code detector.
2015-05-24 Andy Polyakovbn/asm/vis3-mont.pl: fix intermittent EC failures on...
2015-05-23 Richard LevitteFix the update target and remove duplicate file updates
2015-05-22 Matt CaswellFix off-by-one in BN_rand
2015-05-22 Matt CaswellReject negative shifts for BN_rshift and BN_lshift
2015-05-20 Kurt RoeckxCorrectly check for export size limit
2015-05-13 Rich SalzAdd NULL checks from master
2015-05-13 Andy Polyakovaes/asm/aesni-sha256-x86_64.pl: fix Windows compilation...
next