Avoid type punning warnings in b_addr.c
[openssl.git] / crypto /
2016-06-18 Matt CaswellAvoid type punning warnings in b_addr.c
2016-06-17 Matt CaswellChange default directory for storing the .rnd file...
2016-06-16 FdaSilvaYYSpelling fixes
2016-06-16 Rich SalzFix build break.
2016-06-16 Nathaniel McCallumAdd EVP_PKEY_get0_hmac() function
2016-06-16 Matt CaswellFix the build and tests following constification of...
2016-06-16 Matt CaswellChange the return type of EVP_EncodeUpdate
2016-06-15 Richard LevitteDeal with the consequences of constifying getters
2016-06-15 Richard LevitteConstify the parameter getters for RSA, DSA and DH
2016-06-15 FdaSilvaYYConstify input buffers of some X509V3 and X509_PURPOSE...
2016-06-15 FdaSilvaYYConstify X509_TRUST_add method.
2016-06-15 FdaSilvaYYConstify asn1/asn_mime.c
2016-06-15 FdaSilvaYYConstify some input buffers in asn1
2016-06-15 FdaSilvaYYConstify CMS_get0_type input
2016-06-15 FdaSilvaYYConstify UI
2016-06-15 FdaSilvaYYConstify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.
2016-06-15 FdaSilvaYYConstify some conf_mod.c internal methods
2016-06-14 Richard LevitteChange (!seqtt) to (seqtt == NULL)
2016-06-14 Richard LevitteAlways check that the value returned by asn1_do_adb...
2016-06-14 Andy Polyakovperlasm/x86*.pl: add endbranch instruction.
2016-06-14 Andy Polyakovmodes/asm/ghashp8-ppc.pl: improve performance by 2.7x.
2016-06-14 Andy Polyakovaes/asm/aesp8-ppc.pl: implement "tweak chaining".
2016-06-14 Andy Polyakovevp/e_aes.c: wire hardware-assisted XTS subroutines.
2016-06-14 Andy Polyakovaes/asm/aesp8-ppc.pl: add XTS subroutines.
2016-06-14 Andy Polyakovperlasm/x86_64-xlate.pl: add commentary.
2016-06-14 Andy Polyakovperlasm/x86_64-xlate.pl: refactor argument parsing...
2016-06-14 David BenjaminMake x86_64-xlate.pl 'use strict' clean.
2016-06-14 Dr. Stephen HensonFix omitted selector handling.
2016-06-14 Matt CaswellRemove an unused variable assignment
2016-06-14 Rich SalzRT4562: Fix misleading doc on OPENSSL_config
2016-06-14 Matt CaswellFree memory on an error path
2016-06-13 Rich SalzGH1141: Different fix, preferred by Richard.
2016-06-13 Rich SalzMissed some copyright merge
2016-06-13 TJ SaundersEnsure that NULL r and s parameters cannot be set on...
2016-06-13 TJ SaundersReorder the setter arguments to more consistently match...
2016-06-13 TJ SaundersImplement DSA_SIG_set0() and ECDSA_SIG_set0(), for...
2016-06-13 Matt CaswellAdd some missing return value checks
2016-06-13 Andy Polyakovbn/bn_add.c: favour counted loops over ifs and breaks.
2016-06-12 Phillip HellewellRT3053: Check for NULL before dereferencing
2016-06-11 Kurt RoeckxAvoid creating illegal pointers
2016-06-11 Kurt RoeckxSpecify array sizes
2016-06-11 Kurt RoeckxAvoid creating an illegal pointer.
2016-06-11 Kurt RoeckxAvoid creating an illegal pointer
2016-06-10 Matt CaswellFix an error path leak in int X509_ATTRIBUTE_set1_data()
2016-06-10 Matt CaswellFix an error path leak in do_ext_nconf()
2016-06-10 Matt CaswellFix seg fault in TS_RESP_verify_response()
2016-06-09 Emilia KasperRT 4242: reject invalid EC point coordinates
2016-06-09 Rich SalzMake a2i_ipadd an internal function
2016-06-09 Rich SalzClean up "generic" intro pod files.
2016-06-09 Andy Polyakovhmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.
2016-06-08 Jeffrey WaltonFixes to get -ansi working
2016-06-08 Rich SalzAdd some accessor API's
2016-06-08 Kurt Cancemicrypto/x509/x509_vpm.c: Simplify int_x509_param_set1()
2016-06-07 Matt CaswellFix BN_mod_word bug
2016-06-07 Rob PercivalFix potential access of null pointer (pp)
2016-06-07 Rich SalzFix some GitHub issues.
2016-06-07 Cesar PereidaSet flag BN_FLG_CONSTTIME earlier
2016-06-07 Cesar PereidaRemove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverse
2016-06-06 Matt CaswellDeprecate the flags that switch off constant time
2016-06-06 Matt CaswellSimplify dsa_ossl.c
2016-06-06 Cesar PereidaFix DSA, preserve BN_FLG_CONSTTIME
2016-06-06 Andy Polyakovs390x assembly pack: improve portability.
2016-06-05 FdaSilvaYYConstify X509V3_EXT_*_conf*
2016-06-05 FdaSilvaYYConstify ASN1_generate_nconf
2016-06-05 FdaSilvaYYConstify ASN1_generate_v3
2016-06-05 FdaSilvaYYConstify s2i_ASN1_IA5STRING
2016-06-05 FdaSilvaYYConstify s2i_ASN1_INTEGER
2016-06-05 FdaSilvaYYConstify X509_OBJECT_get_type & X509_OBJECT_get0_X509
2016-06-04 Kurt RoeckxSpecifiy size of arrays
2016-06-04 Dr. Stephen HensonCheck for overflows in EOC.
2016-06-03 Matt CaswellBIO_printf() can fail to print the last character
2016-06-03 Jonas Maebecryptodev_asym, zapparams: use OPENSSL_* allocation...
2016-06-03 MatAdded define for STATUS_SUCCESS
2016-06-03 MatAdds casts for 64-bit
2016-06-03 MatDefine USE_BCRYPT
2016-06-03 MatUse BCryptGenRandom on Windows 7 or higher
2016-06-03 PauliFix threading issue that at best will leak memory
2016-06-03 Andy Polyakovchacha/chacha_enc.c: harmonize counter width with subro...
2016-06-02 Matt CaswellFix test failures when using enable-ubsan
2016-06-02 Dr. Stephen HensonTidy up OCSP print handling.
2016-06-01 Matt CaswellDon't leak memory on set_reasons() error path
2016-06-01 Matt CaswellDon't leak memory on int X509_PURPOSE_add() error path
2016-06-01 Matt CaswellDon't leak memory on X509_TRUST_add() error path
2016-06-01 Matt CaswellDon't leak memory on ASN1_item_pack() error path
2016-06-01 Matt CaswellDon't leak memory on ASN1_GENERALIZEDTIME_adj() error...
2016-06-01 Matt CaswellDon't leak memory in v2i_POLICY_MAPPINGS() on error...
2016-06-01 Matt CaswellDon't leak memory from notice_section function on error...
2016-06-01 Matt CaswellDon't leak memory in v2i_AUTHORITY_KEYID
2016-06-01 Matt CaswellFree buffer on error in a2i_ASN1_INTEGER()
2016-06-01 Matt CaswellFree tempory data on error in ec_wNAF_mul()
2016-06-01 Rich SalzRemove/rename some old files.
2016-06-01 Rich SalzAdd final(?) set of copyrights.
2016-06-01 Rich SalzFix some RAND bugs
2016-06-01 Rich SalzRT4337: Crash in DES
2016-06-01 Matt CaswellFix printing of DH Parameters
2016-06-01 FdaSilvaYYRaise an Err when CRYPTO_THREAD_lock_new fails
2016-06-01 Matt CaswellOpenBSD doesn't have ucontext.h so don't try and include it
2016-05-31 MatUpdates from review
2016-05-31 MatFix: PEM_read_bio_PrivateKey with no-ui / no-stdio
2016-05-31 Dr. Stephen HensonParameter copy sanity checks.
next