openssl.git
2019-04-25 Matt CaswellFix error in BIO_get_ktls_send() and BIO_get_ktls_recv()
2019-04-25 Matt CaswellFix KTLS compilation error
2019-04-25 Guido VrankenEnforce a strict output length check in CRYPTO_ccm128_tag
2019-04-24 Jakub Jelendoc: Get rid of unrelated reference to DSA_new()
2019-04-24 Shane Lontisadded openssl app 'kdf' and 'mac' to the NEWS and CHANG...
2019-04-24 Shane LontisAdded app for EVP_KDF
2019-04-24 Richard LevitteRecognise clang -fsanitize options and translate them
2019-04-23 Richard LevitteAdd a way for the application to get OpenSSL configurat...
2019-04-23 Richard LevitteAdd the possibility to display and use MODULESDIR
2019-04-23 Richard LevitteConfigure: make disabling stuff easier and safer
2019-04-23 Richard LevitteConfigure: recognise -static even if given through...
2019-04-23 Richard LevitteConfigure: merge all of %user and %useradd into %config...
2019-04-23 Matt CaswellIf key or iv is NULL set the respective length to 0
2019-04-23 Matt CaswellFix EVP_CIPHER_CTX_rand_key()
2019-04-23 Matt CaswellFix no-ec2m
2019-04-20 PauliFix bug in entropy gathering.
2019-04-19 dyrockCheck if num is 0 before trying to malloc memory. Other...
2019-04-19 Matt CaswellAdd some more test vectors for ChaCha20
2019-04-19 Matt CaswellClarify the documentation on the use of ChaCha20
2019-04-19 Matt CaswellCreate provider errors and use them
2019-04-19 Matt CaswellFix the S390X support for the basic AES ciphers
2019-04-19 Matt CaswellAdd forward declarations of the AES dispatch table...
2019-04-19 Matt CaswellMake implementation of blocksize, iv_length and key_len...
2019-04-19 Matt CaswellAdd a maximum output length to update and final calls
2019-04-19 Matt CaswellAdd iv length and key length params to the cipher init...
2019-04-19 Matt CaswellImplement AES CTR ciphers in the default provider
2019-04-19 Matt CaswellImplement AES CFB ciphers in the default provider
2019-04-19 Matt CaswellImplement AES OFB ciphers in the default provider
2019-04-19 Matt CaswellImplement AES CBC ciphers in the default provider
2019-04-19 Matt CaswellAdd support in the default provider for 192/128 bit...
2019-04-19 Matt CaswellAdd the provider_algs.h internal header file
2019-04-19 Matt CaswellImplement support for AES-256-ECB in the default provider
2019-04-19 Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-19 Richard Levitteossl_method_store_cache_get(): ensure non-NULL property...
2019-04-19 Richard LevitteOPENSSL_LH_flush(): assign NULL after freeing
2019-04-19 Richard LevitteFix the generic EVP algorithm fetch to actually cache...
2019-04-18 Richard Levitteasn1parse: avoid double free
2019-04-18 Simo SorceAdd SSHKDF in evp_kdf_test
2019-04-17 Andy Polyakovchacha/asm/chacha-armv8.pl: replace 3+1 code paths...
2019-04-17 Andy Polyakovaes/asm/aesv8-armx.pl: ~20% improvement on ThunderX2.
2019-04-17 Andy PolyakovARM64 assembly pack: add ThunderX2 results.
2019-04-17 PauliSP 800-56B steps enumerated.
2019-04-16 Tomas MrazAdd test for the BIO_s_mem rdwr->rdonly->rdwr use-case
2019-04-16 Tomas MrazAdd documentation for the BIO_s_mem pecularities
2019-04-16 Tomas MrazAdd testing of RDONLY memory BIOs
2019-04-16 Bernd EdlingerAdd test for the BIO_get_mem_ptr() regression
2019-04-16 Tomas MrazFix for BIO_get_mem_ptr and related regressions
2019-04-15 Kurt RoeckxCall RSA generation callback at the correct time.
2019-04-15 Richard LevitteDon't use '-z defs' with Clang's sanitizers
2019-04-15 Richard Levitteproviders/common/digests/sha2.c: forward declare all...
2019-04-15 Richard LevitteProviders: for the digest_final operation, pass a outpu...
2019-04-14 David BenjaminFix calling convention bug in ecp_nistz256_ord_sqr_mont
2019-04-14 Bernd EdlingerDon't use coordinate blinding when scalar is group...
2019-04-12 Joshua LockFurther harmonisation of manual page HISTORY sections
2019-04-12 Joshua LockUpdate various man pages to place HISTORY section after...
2019-04-12 Joshua LockAdd a check for history section location to find-doc...
2019-04-12 Joshua LockMake check_example_location() in find-doc-nits generic
2019-04-12 Matt CaswellDeprecate AES_ige_encrypt() and AES_bi_ige_encrypt()
2019-04-12 Bernd EdlingerAdd CMAC speed measurements
2019-04-12 PauliAdd prediction resistance capability to the DRBG reseed...
2019-04-11 Shane Lontisec key validation checks updated
2019-04-11 Shane Lontisdoc fixups
2019-04-11 Nicola TuveriSeparate the lookup test
2019-04-11 Nicola TuveriEC_GROUP_set_curve() might fail for arbitrary params
2019-04-11 Shane Lontisadded code to validate EC named curve parameters
2019-04-10 Shane LontisAdded Test::ok_nofips, Test::is_nofips & Test::isnt_nof...
2019-04-10 PauliReseeding without derivation function is not supported...
2019-04-10 Shane LontisFixed linux_x86_icc compiler errors in EC code related...
2019-04-10 Bernd EdlingerAvoid creating invalid rsa pss params
2019-04-10 Jakub WilkFix typos
2019-04-10 Richard LevitteEVP_*Update: ensure that input NULL with length 0 isn...
2019-04-09 Paul YangMake X509_set_sm2_id consistent with other setters
2019-04-09 Richard Levittetest/params_test.c : Adjust tests to check utf8_ptr...
2019-04-09 Richard LevitteParams API: {utf8,octet}_ptr need to know the data...
2019-04-09 Matt CaswellFix crash in X509_STORE_CTX_get_by_subject
2019-04-09 Matt CaswellAdd a legacy provider and put MD2 in it
2019-04-09 Matt CaswellUse the right NID when putting a method in the store
2019-04-09 Richard LevitteConfigurations/10-main.conf: Don't inherit assembler...
2019-04-09 Richard LevitteParams: add OSSL_PARAM_construct_end()
2019-04-09 Shane LontisEC keygen updates + changed ecdsa_sign to use BN_secure_new
2019-04-08 Shane LontisCoverity: hkdf ENV_MD_size() is an int that can be...
2019-04-08 PauliAvoid alignment problems in params API.
2019-04-08 Dan Campbells_client starttls: fix handling of multiline reply
2019-04-08 Shane Lontiscoverity resource leak fixes in apps/pkeyutl
2019-04-07 Patrick Steuerfix --strict-warnings build
2019-04-07 Patrick Steuerfix --strict-warnings build
2019-04-06 FdaSilvaYYCoverity: fix two minor NPD issues.
2019-04-06 PauliFix big endian param API tests.
2019-04-06 Bernd EdlingerFix the allocation size in EVP_OpenInit and PEM_SignFinal
2019-04-05 Richard LevitteEVP configuration section: add 'default_properties...
2019-04-05 Richard LevitteEVP_set_default_properties(): New function to set globa...
2019-04-05 Richard LevitteConvert the ENGINE_CONF trace calls to use CONF instead
2019-04-05 Richard LevitteAdd a bit of tracing in the core conf module runner
2019-04-05 Richard LevitteRename the PROVIDER_CONF trace to CONF
2019-04-05 Richard LevitteOPENSSL_init_crypto(): check config return code correctly
2019-04-05 Richard LevitteFix number clash: EVP_F_AESNI_XTS_INIT_KEY vs EVP_F_EVP...
2019-04-05 PauliMove the AES-XTS mode duplicated key check into the...
2019-04-04 Matt CaswellComplain if there are missing symbols when creating...
2019-04-04 Matt CaswellTest that we can use the FIPS provider
2019-04-04 Matt CaswellAdd a no-fips Configure option
next