tsget.in: remove call of WWW::Curl::Easy::global_cleanup
[openssl.git] / crypto /
2017-06-22 Matt CaswellFix OBJ_create() to tolerate a NULL sn and ln
2017-06-21 Matt CaswellFix DTLS failure when used in a build which has SCTP...
2017-06-20 Benjamin KadukAddress some -Wold-style-declaration warnings
2017-06-19 Bernd EdlingerFix the fall-out in 04-test_bioprint.t
2017-06-19 Bernd EdlingerFix the error handling in ERR_get_state:
2017-06-17 Bernd EdlingerRemove a pointless "#if 0" block from BN_mul.
2017-06-14 Bernd EdlingerFix crash in ecdh_simple_compute_key.
2017-06-14 Bernd EdlingerFix a possible crash in dsa_builtin_paramgen2.
2017-06-14 Bernd EdlingerFix another possible crash in rsa_ossl_mod_exp.
2017-06-14 Bernd EdlingerFix possible crash in X931 code.
2017-06-14 Todd ShortFix ex_data and session_dup issues
2017-06-14 Bernd EdlingerFix a possible crash in the error handling.
2017-06-13 Bernd EdlingerFix a memleak in ec_copy_parameters.
2017-06-12 Bernd EdlingerFix memleak in EVP_DigestSignFinal/VerifyFinal.
2017-06-10 Rich SalzRemove needless type casting.
2017-06-08 Rich SalzFix a read off the end of the input buffer
2017-06-07 Rich SalzAdd a lock around the OBJ_NAME table
2017-06-05 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.
2017-06-05 Rich SalzOnly release thread-local key if we created it.
2017-05-27 Rich SalzMake default_method mostly compile-time
2017-05-27 Andy Polyakovmodes/ocb128.c: address undefined behaviour warning.
2017-05-22 Alex Gaynor[1.1.0 backport] set entry type on SCTs from X.509...
2017-05-22 Todd ShortFix infinite loops in secure memory allocation.
2017-05-19 Matt CaswellFix ASN1_TIME_to_generalizedtime to take a const ASN1_TIME
2017-05-11 Richard LevitteClean away needless VMS check
2017-05-11 Richard LevitteCleanup - use e_os2.h rather than stdint.h
2017-05-11 Patrick SteuerFix strict-warnings build
2017-05-11 PauliRemove dead code.
2017-05-05 Andy Polyakovsha/sha512.c: fix formatting.
2017-05-05 Andy Polyakovperlasm/x86_64-xlate.pl: work around problem with hex...
2017-05-04 Rich SalzFix pathname errors in errcode file
2017-05-04 Matt CaswellDon't leave stale errors on queue if DSO_dsobyaddr...
2017-05-02 Matt CaswellFix some error path logic in i2v_AUTHORITY_INFO_ACCESS...
2017-05-02 Rich SalzFix URL links in comment
2017-05-02 Todd ShortFix time offset calculation.
2017-04-30 Andy Polyakovasn1/a_int.c: fix "next negative minimum" corner case...
2017-04-28 Rich SalzCheck fflush on BIO_ctrl call
2017-04-27 Bernd EdlingerRemove unnecessary loop in pkey_rsa_decrypt.
2017-04-25 Andy Polyakovasn1/a_int.c: clean up asn1_get_int64.
2017-04-25 Andy Polyakovasn1/a_int.c: don't write result if returning error.
2017-04-25 Andy Polyakovasn1/a_int.c: simplify asn1_put_uint64.
2017-04-25 Andy Polyakovasn1/a_int.c: remove code duplicate and optimize branches,
2017-04-25 Matt CaswellFix problem with SCTP close_notify alerts
2017-04-24 Rich Salzcheck length sanity before correcting in EVP_CTRL_AEAD_...
2017-04-24 Alex GaynorAnnotate ASN.1 attributes of the jurisdictionCountryNam...
2017-04-22 David BenjaminNumbers greater than 1 are usually non-negative.
2017-04-13 Richard LevitteASN.1: change INTxx, UINTxx and Z variants to be embedable
2017-04-13 Richard LevitteASN.1: extend the possibilities to embed data instead...
2017-04-11 Frank MorgnerAdded error checking for OBJ_create
2017-04-11 Richard LevitteFix x_int64.c
2017-04-11 Matt CaswellReject decoding of an INT64 with a value >INT64_MAX
2017-04-10 Andy Polyakovrand/rand_lib.c: keep fixing no-engine configuration.
2017-04-10 Andy Polyakovasn1/x_long.c: remove conditions in inner loops and...
2017-04-08 Andy Polyakove_os.h: omit PRIu64.
2017-04-08 Andy Polyakovbio/b_print.c: drop dependency on BN config.
2017-04-07 Richard LevitteFix rand_lib.c for no-engine configuration
2017-04-07 Richard LevitteDon't try to clean up RAND from ENGINE
2017-04-07 Richard LevitteMake getting and setting the RAND default method thread...
2017-04-06 Richard LevitteIn rand_cleanup_int(), don't go creating a default...
2017-04-04 Richard LevitteFix faulty check of padding in x_long.c
2017-04-04 Matt CaswellFix a possible integer overflow in long_c2i
2017-04-04 Richard Levittemake update
2017-04-04 Richard LevitteImplement internal ASN.1 types INT32, UINT32, INT64...
2017-04-02 Andy Polyakovcrypto/ppccap.c: SIGILL-free processor capabilities...
2017-03-31 Jon SpillettFix for #2730. Add CRLDP extension to list of supported...
2017-03-30 FdaSilvaYYMore typo fixes
2017-03-28 FdaSilvaYYFix 0 -> NULL, indentation
2017-03-28 FdaSilvaYYRefomat a few comments on 80 cols
2017-03-27 Richard LevitteIn err_cleanup(), cleanup the thread local storage too
2017-03-26 Andy Polyakovaes/asm/bsaes-armv7.pl: relax stack alignment requirement.
2017-03-25 Bernd EdlingerDon't access memory before checking the correct length...
2017-03-24 Andy Polyakovbn/asm/sparcv9-mont.pl: fix squaring code path.
2017-03-22 Andy Polyakovmodes/ocb128.c: fix misaligned access in ILP32 builds...
2017-03-22 Andy Polyakovaes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT...
2017-03-21 David BenjaminRemove duplicate X509_OBJECT free function.
2017-03-20 Richard LevitteFix decoding of ASN.1 LONG and ZLONG items
2017-03-20 Bernd EdlingerFix the error handling in CRYPTO_dup_ex_data.
2017-03-17 Péter BudaiFixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.
2017-03-15 Bernd EdlingerFixed a crash in print_notice.
2017-03-13 Bernd EdlingerFix a crash or unbounded allocation in RSA_padding_add_...
2017-03-13 Andy Polyakovpoly1305/asm/poly1305-armv8.pl: ilp32-specific poly1305...
2017-03-13 Andy Polyakovcrypto/x86*cpuid.pl: move extended feature detection.
2017-03-12 Matt CaswellFix out-of-memory condition in conf
2017-03-11 Richard LevitteFix UI_get0_action_string()
2017-03-09 Jon SpillettExit the loop on failure
2017-03-07 Andy Polyakovcrypto/x86_64cpuid.pl: move extended feature detection...
2017-03-06 Rich SalzFix an endless loop in rsa_builtin_keygen.
2017-03-03 Bernd EdlingerReset executable bits on files where not needed.
2017-03-03 Richard LevitteDon't use deprecated EVP_CIPHER_CTX_cleanup() internally
2017-03-02 Andy Polyakovbio/b_addr.c: omit private hstrerror.
2017-03-01 Richard LevitteVMS: compensate for gmtime_r() parameter pointer size
2017-03-01 Benjamin KadukDon't free in cleanup routine
2017-02-28 Richard LevitteCode cleanup: remove the VMS specific reimplementation...
2017-02-23 PauliIncrease the size of the stack buffer to prevent an...
2017-02-23 Todd ShortFix potential memory leak in ASN1_TIME_to_generalizedtime()
2017-02-23 Rich SalzAdd -Wundef to strict-warnings
2017-02-22 Richard LevitteFix typo, should be && rather than &
2017-02-22 Richard LevitteFix typo, missing ||
2017-02-22 Rich SalzIterate over EC_GROUP's poly array in a safe way
2017-02-22 Richard LevitteHave the directory reader use the Unix API on VMS
next