]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2021-03-15  Tomas Mrazapps: Add maybe_stdin argument to load_certs and set...
2021-03-15  div2016bitTiny clarification of comment for RSA_sign
2021-03-14  Shane LontisFix DSA EVP_PKEY_param_check() when defaults are used...
2021-03-14  Tomas Mrazkeymgmt_meth: remove two TODO 3.0
2021-03-14  Tobias NießenFix option description for PKCS#12 export
2021-03-14  Matt CaswellConvert a TODO(3.0) in OPENSSL_thread_stop_ex to a...
2021-03-14  Matt CaswellRemove a TODO from async_delete_thread_state()
2021-03-14  Shane LontisRemove TODO in rsa_ameth.c
2021-03-14  Shane LontisRemove TODO in test/acvp_test.c related to setting...
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-13  Dr. David von... apps/ts.c: Allow -untrusted arg to refer to multiple...
2021-03-13  Dr. David von... TS ESS: Let TS_RESP_verify_signature() make use of...
2021-03-13  Paulissl: fix format specifier for size_t argument to BIO_printf
2021-03-12  Tomas Mrazacvp_test: Do not expect exact number of self tests
2021-03-12  Tomas MrazRemove the RAND_get0_public() from fips provider initia...
2021-03-12  Tomas MrazUse OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL...
2021-03-12  Jakub ZelenkaUpdate CHANGES with info about AuthEnvelopedData addition
2021-03-11  Paulirename ossl_provider_forall_loaded to ossl_provider_doa...
2021-03-11  Paulidoc: describe the return from ossl_provider_forall_loaded()
2021-03-11  Paulicore: modify ossl_provider_forall_loaded() to avoid...
2021-03-11  Matt CaswellDon't crash if the pkeyopt doesn't have a value
2021-03-11  Pauliupdate set_ctx_param store management calls to return...
2021-03-11  Pauliupdate set_ctx_param DRBG calls to return 1 for a NULL...
2021-03-11  Pauliupdate set_ctx_param MAC calls to return 1 for a NULL...
2021-03-11  Pauliprov: add extra params argument to KDF implementations
2021-03-11  Paulidoc: note that get_params and set_params calls should...
2021-03-11  Paulidoc: document the additional params argument to the...
2021-03-11  Paulisupport params argument to AES cipher init calls
2021-03-11  Paulidoc: update cipher documentation to include the new...
2021-03-11  Pauliprov: support params argument to common cipher init...
2021-03-11  Pauliprov: support param argument to DES cipher init calls
2021-03-11  Pauliprov: support param argument to null cipher init calls
2021-03-11  Pauliprov: support params argument to CHACHA20 ciphers
2021-03-11  Pauliprov: support params argument to RCx ciphers
2021-03-11  Pauliprov: support params arguments to signature init calls
2021-03-11  Pauliprov: update digests to support modified ctx params
2021-03-11  Paulidoc: update digest documentation to include the new...
2021-03-11  Pauliprov: support param argument to digest init calls
2021-03-11  Paulidoc: document param argument to RSA calls
2021-03-11  Paulidoc: document param argument to cipher init calls
2021-03-11  Paulitest: support params arguments to init functions
2021-03-11  Paulissl: support params arguments to init functions
2021-03-11  Pauliapps: support param argument to init functions
2021-03-11  Pauliprov: update KEM to support params on init()
2021-03-11  Pauliprov: update exchange algorithms to support params...
2021-03-11  Paulimisc: other init function param additions
2021-03-11  Paulidoc: update PKEY documentation to include the new init...
2021-03-11  Paulievp: add params arguments to init functions
2021-03-11  Paulicore: add params arguments to init calls
2021-03-11  Pauliprov: asym ciphers take an extra init() params argument
2021-03-11  Paulidoc: add params argument to key manager's gen_init...
2021-03-11  Paulicore: add params argument to key manager's gen_init...
2021-03-11  Pauliprovider: add params argument to key manager's gen_init...
2021-03-11  Paulievp: add params argument to key manager's gen_init...
2021-03-11  Paulitest: add params argument to key manager's gen_init...
2021-03-11  Rich SalzFix error-checking compiles for mutex
2021-03-11  Anthony HuIncrease the upper limit on group name length
2021-03-11  Richard LevitteTEST: Stop the cleanup in test/recipes/20-test_mac.t
2021-03-11  Richard LevittePROV: use EVP_CIPHER_CTX_set_params() rather than EVP_C...
2021-03-11  Dr. David von... openssl-cmp.pod.in and apps/cmp.c: Various minor do...
2021-03-11  Matt CaswellPrepare for 3.0 alpha 14 14513/head
2021-03-11  Matt CaswellPrepare for release of 3.0 alpha 13 openssl-3.0.0-alpha13
2021-03-11  Matt CaswellUpdate copyright year
2021-03-11  Vincent DrakeUse read/write locking on Windows
2021-03-11  pandaCheck SSL_set1_chain error in set_cert_cb
2021-03-11  Pedro MonrealFix reason code: EVP_R_OPERATON_NOT_INITIALIZED
2021-03-10  Paulitest: convert store test to use relative paths
2021-03-10  Paulicore: add up_ref callback for OSSL_CORE_BIO
2021-03-10  PauliAdd a real type for OSSL_CORE_BIO which is distinct...
2021-03-10  Shane LontisUse BIO_f_readbuffer() in the decoder to support stdin.
2021-03-10  Shane LontisAdd new filter BIO BIO_f_readbuffer()
2021-03-10  Tomas MrazFix formatting error of HISTORY section in some manual...
2021-03-10  Tomas MrazChange default algorithms in PKCS12_create() and PKCS12...
2021-03-10  Matt CaswellMention the change of licence in NEWS.md
2021-03-10  Matt CaswellExpand the CHANGES entry for SHA1 and libssl
2021-03-10  Matt CaswellAdd a CHANGES for OSSL_STORE_INFO_get_type()
2021-03-10  Matt CaswellAdd a missing CHANGES.md entry for the legacy provider
2021-03-09  Dmitry BelyavskiyNon-const accessor to legacy keys
2021-03-09  Arthur GautierEVP_KDF-KB man page: Fix typo in the example code
2021-03-09  Alistair FrancisFixup support for io_pgetevents_time64 syscall
2021-03-09  Dr. David von... cmp_hdr.c: Fix minor Coverity issue CID 1473605
2021-03-09  Dr. David von... http_test.c: Fix minor Coverity issue CID 1473608
2021-03-09  Shane LontisReword repeated words.
2021-03-09  Tomas Mrazapps/pkcs12: Allow continuing on absent mac
2021-03-09  Tomas Mrazapps/pkcs12: Detect missing PKCS12KDF support on import
2021-03-09  Tomas Mrazapps/pkcs12: Properly detect MAC setup failure
2021-03-08  Armin Fuerstfake_rand_finish should be called if "OPENSSL_NO_SM2...
2021-03-08  Matt CaswellFix the check for suitable groups and TLSv1.3
2021-03-08  Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2021-03-08  Matt CaswellDocument the change in behaviour of the the low level...
2021-03-08  Matt CaswellEnsure the various legacy key EVP_PKEY getters/setters...
2021-03-08  Matt CaswellCache legacy keys instead of downgrading them
2021-03-08  Matt CaswellAvoid a null pointer deref on a malloc failure
2021-03-08  Matt CaswellAdd a multi thread test for downgrading keys
2021-03-06  Dmitry BelyavskiyRestore GOST macros compatibility with 1.1.1
2021-03-06  Dr. David von... apps/x509.c: Rename -signkey to -key for consistency...
2021-03-06  Dr. David von... HTTP: Fix BIO_mem_d2i() on NULL mem input
2021-03-06  Dr. David von... http_local.h: Remove unused declaration of HTTP_sendreq...
2021-03-06  Dr. David von... Simplify OCSP_sendreq_bio()
2021-03-06  Dr. David von... Make more use of X509_add_certs(); minor related code... 14436/head
next