for test_sslvertol, add a value to display SSL version < 3 in debug
[openssl.git] / crypto /
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 Rich SalzRemove Gost94 signature algorithm.
2015-08-11 Matt CaswellCheck for 0 modulus in BN_MONT_CTX_set
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-08-06 Anton BlanchardRT3990: Fix #include path.
2015-08-03 Matt CaswellFix warning when compiling with no-ec2m
2015-07-31 Ben LaurieOnly define PAGE_SIZE if not already defined.
2015-07-31 Loganaden VelvindronClear BN-mont values when free'ing it.
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-22 Rich SalzSome cleanups for crypto/bn
2015-07-20 Rich SalzRewrite crypto/ex_data
2015-07-16 Rich SalzRemove obsolete key formats.
2015-07-13 Richard LevitteConversion to UTF-8 where needed
2015-07-07 Matt CaswellExtend -show_chain option to verify to show more info
2015-07-07 Matt CaswellReject calls to X509_verify_cert that have not been...
2015-07-07 Matt CaswellFix alternate chains certificate forgery issue
2015-07-06 Dr. Stephen HensonRelax CCM tag check.
2015-06-28 Kurt RoeckxCheck dgram_sctp_write() return value.
2015-06-28 Kurt RoeckxCheck BIO_dgram_sctp_wait_for_dry() return value for...
2015-06-25 Dr. Stephen HensonDon't output bogus errors in PKCS12_parse
2015-06-23 Rich SalzFix windows build
2015-06-23 Rich SalzMore secure storage of key material.
2015-06-23 Rich SalzAdd $! to errors, use script basename.
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 : use BIO_free only, no preceding...
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 : 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-13 Dr. Stephen HensonEncode b == NULL or blen == 0 as zero.
2015-06-12 Matt CaswellFix ABI break with HMAC
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 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 CaswellChange BIO_number_read and BIO_number_written() to...
2015-06-10 Matt CaswellFix memory leaks in BIO_dup_chain()
2015-06-10 Matt CaswellReplace memset with OPENSSL_clear_free()
2015-06-09 Rich SalzFix -DZLIB build for opaque COMP types
2015-06-09 Rich SalzNo fprintf in the txt_db component
2015-06-08 Kurt RoeckxProperly check certificate in case of export ciphers.
2015-06-08 Dr. Stephen Hensonreturn correct NID for undefined object
2015-06-08 Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-06-06 Dr. Stephen HensonCheck ASN1_INTEGER_get for errors.
2015-06-04 Rich SalzSet error code, no fprintf stderr, on errors.
2015-06-04 Rich SalzRename all static TS_xxx to ts_xxx
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-29 Peter DettmanFix build errors with enable-ec_nistp_64_gcc_128
2015-05-28 Dr. Stephen Hensoncheck for error when creating PKCS#8 structure
2015-05-28 Rich SalzUse enum for X509_LOOKUP_TYPE
2015-05-26 Dr. Stephen Hensonmake update
2015-05-26 Dr. Stephen HensonAdd function PKCS8_set0_pbe
2015-05-26 Dr. Stephen HensonError if memory limit exceeded.
2015-05-26 Dr. Stephen HensonFix memory leak.
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-22 Matt CaswellFix off-by-one in BN_rand
2015-05-22 Matt CaswellReject negative shifts for BN_rshift and BN_lshift
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-21 Dr. Stephen Hensonmake update
2015-05-21 Dr. Stephen HensonAdd scrypt PBE algorithm code.
2015-05-21 Dr. Stephen HensonAdd scrypt OID from draft-josefsson-scrypt-kdf-03
2015-05-20 Kurt RoeckxCorrectly check for export size limit
2015-05-20 Dr. Stephen HensonAdd functions to convert between uint64_t and ASN1_INTEGER.
2015-05-20 Dr. Stephen Hensonmake update
2015-05-20 Dr. Stephen HensonAdd scrypt support.
2015-05-20 Andy Polyakovbn/asm/vis3-mont.pl: fix intermittent EC failures on...
2015-05-18 Dr. Stephen HensonASN1 INTEGER refactor.
2015-05-16 Matt CaswellServer side version negotiation rewrite
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteAdd -Iinclude to crypto/ compiles
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move OpenSSL internal header files
2015-05-14 Dr. Stephen Hensonuse unit64_t for CPUID and timestamp code
2015-05-13 Rich SalzRT3841: memset() cipher_data when allocated
2015-05-13 Andy Polyakovbn/Makefile: give MacOS X hand to compiler armv8-mont...
2015-05-13 Andy Polyakovbn/asm/armv8-mont.pl: boost performance.
next