openssl.git
2020-08-24 Shane LontisFix coverity CID #1465795 - Incorrect free deallocator...
2020-08-24 Shane LontisFix coverity CID #1465797 - Negative loop bound in...
2020-08-24 Shane LontisFix coverity CID #1465594 - Null dereference in EVP_PKE...
2020-08-23 Dr. David von... run_tests.pl: Add warning that HARNESS_JOBS > 1 overrid...
2020-08-22 Shane LontisFix CMS so that it still works with non fetchable algor...
2020-08-22 Robert JędrzejczykWindows get ENV value as UTF-8 encoded string instead...
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-08-21 Richard LevitteClean away some declarations
2020-08-21 Richard LevitteRemove the OSSL_SERIALIZER / OSSL_DESERIALIZER renaming...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21 Dr. David von... Add libctx/provider support to cmp_msg_test
2020-08-21 Dr. David von... Add libctx/provider support to cmp_protect_test
2020-08-21 Dr. David von... Add libctx/provider support to cmp_vfy_test
2020-08-21 Dr. David von... Add libctx/provider support to cmp_client_test
2020-08-21 Dr. David von... Use in CMP+CRMF libctx and propq param added to sign...
2020-08-21 Dr. David von... cmp_msg.c: Copy libctx and propq of CMP_CTX to newly...
2020-08-21 Dr. David von... cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build...
2020-08-21 Dr. David von... cmp_hdr.c: Adapt ossl_cmp_hdr_init() to use OPENSSL_CTX...
2020-08-21 Dr. David von... crypto/cmp: Prevent misleading errors in case x509v3_ca...
2020-08-21 Shane LontisAdd libctx/provider support to cmp_server_test
2020-08-21 Dr. David von... Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and...
2020-08-21 Dr. David von... Add libctx and propq parameters to OSSL_CMP_{SRV_}...
2020-08-21 Dr. David von... cmp_vfy.c: Fix bug: must verify msg signature also...
2020-08-21 Dr. David von... Update CMP header file references in internal CMP docum...
2020-08-21 Dr. David von... Add libctx and propq param to ASN.1 sign/verify/HMAC...
2020-08-21 Dr. David von... x_x509.c: Simplify X509_new_with_libctx() using x509_se...
2020-08-21 Dr. David von... Re-word null->empty property; improve iteration.count...
2020-08-21 Dr. David von... testutil: Add provider.c with test_get_libctx(), to...
2020-08-21 Dr. David von... testutil: Make SETUP_TEST_FIXTURE return 0 on fixture...
2020-08-21 Dr. David von... Correct the #define's of EVP_PKEY_CTRL_SET1_ID and...
2020-08-21 Dr. David von... Add prerequisite #include directives to include/crypto...
2020-08-21 Dr. David von... Make sure x509v3_cache_extensions() does not modify...
2020-08-21 Shane LontisFix incorrect selection flags for ec serializer.
2020-08-20 Matt CaswellTest mte with stitched ciphersuites in TLSv1.0
2020-08-20 Matt CaswellFix stitched ciphersuites in TLS1.0
2020-08-20 Dr. David von... Make better use of new load_cert_pass() variant of...
2020-08-20 Dr. David von... apps: make use of OSSL_STORE for generalized certs...
2020-08-20 Dr. David von... Fix mem leaks on PKCS#12 read error in PKCS12_key_gen_...
2020-08-20 Richard LevitteTEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_Pri...
2020-08-20 Richard LevittePEM: Add more library context aware PEM readers
2020-08-20 Richard LevitteSTORE: Distinguish public keys from private keys
2020-08-20 Richard LevittePROV: Fix DSA and DH private key serializers
2020-08-20 Richard LevitteX509: Add d2i_PUBKEY_ex(), which take a libctx and...
2020-08-20 Paulicmp: handle error return from OBJ_obj2txt()
2020-08-20 Paulipkeyutil: check return value reading password
2020-08-20 Richard LevittePROV: Fix EC OSSL_FUNC_keymgmt_match() to work in the...
2020-08-20 Richard LevitteRSA: Fix rsa_todata() to only add params for existing...
2020-08-20 Richard LevitteTEST: separate out NIST ECC tests from non-NIST
2020-08-20 Richard LevitteEVP: Have evp_pkey_cmp_any() detect if export wasn...
2020-08-19 Dr. David von... PKCS12_parse(): Clean up code and correct documentation
2020-08-19 Dr. David von... PKCS12_parse(): Fix reversed order of certs parsed...
2020-08-19 Dr. David von... OSSL_STORE file_load_try_decode(): Avoid flooding error...
2020-08-19 Shane LontisFix no-cms build errors.
2020-08-19 PauliOCSP: Add return value checks.
2020-08-18 PauliApps: change provider_path option to provider-path.
2020-08-17 Shane LontisFix DSA/DH so that legacy keys can still be generated...
2020-08-17 Shane LontisFix broken windows builds.
2020-08-17 Matt CaswellTest that EVP_default_properties_is_fips_enabled()...
2020-08-17 Matt CaswellLoad the default config file before working with defaul...
2020-08-14 Pauliprovider: disable fall-backs if OSSL_PROVIDER_load...
2020-08-14 PauliPKCS#12 KDF: don't run tests with the FIPS provider.
2020-08-14 PauliMove PKCS#12 KDF to provider.
2020-08-13 Patrick SteuerAppease -Werror=stringop-overflow=
2020-08-13 Dr. David von... Remove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_...
2020-08-13 Tomas Mrazsslapitest: Add test for premature call of SSL_export_k...
2020-08-13 Tomas MrazAvoid segfault in SSL_export_keying_material if there...
2020-08-13 Benjamin KadukMark SSL_CTX_set_ssl_version() as deprecated in 3.0
2020-08-12 Dr. David von... Introduce X509_add_cert[s] simplifying various addition...
2020-08-12 Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-11 Shane LontisFix serializer_EVP_PKEY_to_bio so that that the key...
2020-08-11 Shane LontisAdd fix for RSA keygen in FIPS using keysizes 2048...
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-11 Benjamin KadukExpose S390x HW ciphers' IV state to provider layer
2020-08-11 Benjamin KadukAvoid deprecated API in evp_test.c
2020-08-11 Benjamin KadukAvoid deprecated function in evp_lib.c
2020-08-11 Benjamin KadukUse local IV storage in EVP BLOCK_* macros
2020-08-11 Benjamin KadukUse local IV storage in e_rc2.c
2020-08-11 Benjamin KadukUse local IV storage in e_xcbc_d.c
2020-08-11 Benjamin KadukUse local IV storage in e_sm4.c
2020-08-11 Benjamin KadukUse local IV storage in e_des3.c
2020-08-11 Benjamin KadukUse local IV storage in e_des.c
2020-08-11 Benjamin KadukUse local IV storage in e_camellia.c
2020-08-11 Benjamin KadukUse local IV storage in e_aria.c
2020-08-11 Benjamin KadukUse local IV storage in e_aes_ebc_hmac_sha256.c
2020-08-11 Benjamin KadukUse local IV storage in e_aes_ebc_hmac_sha1.c
2020-08-11 Benjamin KadukUse local IV storage in e_aes.c
2020-08-11 Benjamin KadukRetire EVP_CTRL_GET_IV
2020-08-11 Benjamin KadukDocument EVP_CIPHER_CTX IV accessors
2020-08-11 Benjamin KadukMake GCM providers more generous about fetching IVs
2020-08-11 Benjamin KadukAdd tests for new EVP_CIPHER_CTX IV accessors
2020-08-11 Benjamin KadukDeprecate and replace EVP_CIPHER_CTX_iv()/etc.
2020-08-11 Benjamin KadukSupport cipher provider "iv state"
2020-08-11 Shane LontisAdd DHX serialization
2020-08-11 Shane LontisAdd dh_kdf support to provider
2020-08-11 Shane LontisAdd DHX support to keymanager
2020-08-11 Dr. Matthias... README.md: remove incorrect link to openssl.github.io
2020-08-11 Dr. Matthias... README.md: replace incorrect access token for the AppVe...
2020-08-10 Pauliconf: add an error if the openssl_conf section isn...
2020-08-10 Matt CaswellRemove a TODO from evp_test
next