]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2020-04-01  Matt CaswellMake sure we use the libctx when creating an EVP_PKEY_C...
2020-04-01  Matt CaswellUse EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex...
2020-04-01  Matt CaswellDon't double free a DH object
2020-04-01  Billy Brumley[crypto/ec] Ladder tweaks
2020-04-01  Billy Brumley[test] Make sm2_internal_test less fragile to changes...
2020-04-01  Tianjia Zhangapps: support sendfile in s_server when ktls enabled
2020-04-01  Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-31  Richard LevitteWindows makefile generator: Don't delete long lists...
2020-03-30  Matt CaswellGive a better error if we can't find a sig alg
2020-03-30  Nicola TuveriFix off-by-1 bug on provider_activate with custom error...
2020-03-30  Nicola TuveriAdd test for providers exposing OSSL_FUNC_PROVIDER_GET_...
2020-03-30  Matt CaswellDocument the new X509v3_cache_extensions() function
2020-03-30  Matt CaswellExplicitly cache X509v3 extensions in libssl
2020-03-30  Matt CaswellAdd the X509v3_cache_extensions() function
2020-03-30  Matt CaswellDon't attempt to up-ref an EVP_CIPHER if it is NULL
2020-03-30  Matt CaswellDescribe the "want" parameter in int create_bare_ssl_co...
2020-03-30  Matt CaswellDisplay errors if a test TLS connection fails
2020-03-28  PauliParam builder: Remove the static size limit.
2020-03-28  PauliParam build: make structures opaque.
2020-03-28  PauliNEWS: note OSSL_PARAM_BLD API as public.
2020-03-28  PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-27  Tomas Mrazs_server: Properly indicate ALPN protocol mismatch
2020-03-27  Richard LevittePROV: Fix EC_KEY exporters to allow domain parameter...
2020-03-27  Matt CaswellDocument various SRP related APIs
2020-03-27  Matt CaswellUse the new library context aware SRP functions in...
2020-03-27  Matt CaswellUpdate libssl to use the new library context aware...
2020-03-27  Matt CaswellMake SRP library context aware
2020-03-27  Matt CaswellUse the new OCSP functions in sslapitest.c
2020-03-27  Matt CaswellAdd OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()
2020-03-27  Matt CaswellIgnore some fetch failures
2020-03-27  Matt CaswellPut an error on the stack in the event of a fetch failure
2020-03-26  Matt CaswellUse a fetched cipher for the TLSv1.3 early secret
2020-03-26  Matt CaswellUse a fetched cipher when decrypting a ticket in libssl
2020-03-25  Richard LevitteEVP: Limit the diverse key parameter functions to domai...
2020-03-25  Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-25  Richard Levittetest/evp_pkey_provided_test.c: Add test of EVP_PKEY_cop...
2020-03-25  Richard LevitteEVP: Downgrade keys rather than upgrade
2020-03-25  Richard LevitteEVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
2020-03-25  Richard LevitteEVP: Clarify the states of an EVP_PKEY
2020-03-25  Richard LevitteEC: Refactor ec_curve_name2nid() to accept NIST curve...
2020-03-25  Dr. David von... Chunk 9 of CMP contribution to OpenSSL: CMP client...
2020-03-25  Dr. David von... Fix bug in strncpy() use of sk_ASN1_UTF8STRING2text...
2020-03-25  Dr. David von... Fix whitespace nit in OSSL_SELF_TEST_new.pod which...
2020-03-25  Nikolay MorozovIssuer Sign Tool extention support
2020-03-25  Matt CaswellFix EVP_PKEY_new_mac_key()
2020-03-25  Richard Levitteutil/wrap.pl: Correct exit code when signalled
2020-03-24  Richard KönningUse ctx2 instead ctx.
2020-03-24  Matt CaswellMake sure we use a fetched cipher when encrypting state...
2020-03-24  Matt CaswellUse a fetched version of SHA256 in tls_process_new_sess...
2020-03-23  Matt CaswellUse correct libctx when fetching the TLS1 PRF in libssl
2020-03-23  Matt CaswellUse the libctx and properties when constructing an...
2020-03-23  Rich SalzUpdate CA.pl podpage, and script
2020-03-23  Matt CaswellHandle mdname in legacy EVP_DigestSignInit_ex codepaths
2020-03-23  Matt CaswellMake it possible to easily specify a libctx for EVP_Dig...
2020-03-23  Richard LevitteDH, DSA, EC_KEY: Fix exporters to allow domain paramete...
2020-03-23  Dr. David von... Constify various mostly X509-related parameter types...
2020-03-21  Bernd EdlingerFix error handling in x509v3_cache_extensions and relat...
2020-03-21  Richard Levitteevp_test: the tests using MDC2 need the legacy provider
2020-03-21  Richard LevitteEVP: fetch the EVP_KEYMGMT earlier
2020-03-20  EasySecs_server: warn about NO PSK identity hint in TLSv1.3
2020-03-20  Shane LontisAdd support for passing the libctx to the config loader
2020-03-19  Matt CaswellUse RAND_bytes_ex in crypto/rsa
2020-03-19  Matt CaswellMake sure we use the libctx when fetching a MAC
2020-03-19  Matt CaswellHandle the case where there is no digest in an EVP_MD_CTX
2020-03-19  Dr. Matthias... Update CHANGES and NEWS for 1.1.1e release
2020-03-18  David von Oheimbmake err() message strings of find-doc-nits consistentl...
2020-03-18  David von Oheimbadd line and file info to 'Malformed line' error msg...
2020-03-18  Dr. David von... Rename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP...
2020-03-18  Dr. David von... fix false positive of check-format.pl regarding '#if...
2020-03-18  Dr. David von... make util/check-format.pl script executable
2020-03-18  Dr. David von... fix false positive of check-format.pl reporting '{1...
2020-03-17  Rich SalzExtend Travis build time-out
2020-03-17  Matt CaswellImplement serializers for ED25519 and ED448
2020-03-17  Ben Kaduksslapitest: don't leak the SSL_CTX pair
2020-03-16  Xiaokang QianFix the compile error once enabled Werror
2020-03-16  John BaldwinUse a flag in SSL3_BUFFER to track when an application...
2020-03-16  John BaldwinSupport KTLS on connections using BIO_TYPE_CONNECT.
2020-03-15  Richard LevitteTEST: Adapt all applicable tests to the new distinguish...
2020-03-15  Richard LevitteAPPS: Remove all traces of special SM2 treatment.
2020-03-15  Richard LevitteAPPS: Add ctrl_str()-like functionality for X509 and...
2020-03-15  Richard LevitteSM2: Make the EVP_PKEY_METHOD ctrl_str function listen...
2020-03-15  Richard LevitteX509: Rename X509_set0_sm2_id() and friends
2020-03-15  Richard LevitteEVP: Don't call digest_custom() quite so early
2020-03-15  Shane LontisAdd ECDSA to providers
2020-03-15  Richard LevitteFix legacy_ctrl_to_param() to pay better attention...
2020-03-15  Shane LontisAdd RSA sign to the fips provider
2020-03-14  Richard LevitteDOCS: Fix the description of OSSL_PARAM_allocate_from_t...
2020-03-14  PauliDH: remove DH parameter files that aren't used or insta...
2020-03-14  PauliRemove reference to old DH files.
2020-03-14  PauliRemove old incorrect DH parameter files
2020-03-14  Paulidh: document what the PEM files in apps actually contain.
2020-03-14  Richard LevitteFix RSA structure
2020-03-14  Richard LevitteConfigurations: Fix "android" configuration target
2020-03-14  Richard LevitteAndoid cross compile: change ANDROID_NDK_HOME to ANDROI...
2020-03-13  Benjamin KadukAdd test that changes ciphers on CCS
2020-03-13  Benjamin KadukCode to thread-safety in ChangeCipherState
2020-03-13  Benjamin KadukDon't write to the session when computing TLS 1.3 keys
2020-03-13  Benjamin KadukFix whitespace nit in ssl_generate_master_secret()
2020-03-13  Benjamin Kadukdoc: fix spelling of TYPE_get_ex_new_index
2020-03-13  Benjamin KadukAdditional updates to SSL_CTX_sess_set_get_cb.pod
next