openssl.git
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
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...
2021-03-06 Dr. David von... OCSP_resp_find_status.pod: Complete the RETURN VALUES...
2021-03-06 Dr. David von... crypto/ocsp/ocsp_cl.c: coding style improvements
2021-03-06 Paul NelsonUpdate the demos/README file because it is really old...
2021-03-05 Tomas MrazCI external tests: separate each external test into...
2021-03-05 Tomas MrazCI external test: for now run only the krb5 and gost_en...
2021-03-05 Tomas Mrazgost_engine test: further cleanups and fixes
2021-03-05 Tomas Mrazgost_engine test: Run also perl and tcl tests
2021-03-05 Tomas MrazCI: add job with external tests
2021-03-04 Richard LevitteDOCS: Document OSSL_STORE_INFO_PUBKEY in doc/man3/OSSL_...
2021-03-04 Richard LevitteMake provider provider_init thread safe, and flag check...
2021-03-04 Richard LevitteMake ossl_provider_disable_fallback_loading() thread...
2021-03-04 Richard Levittetest/threadstest.c: Add a test to load providers concur...
2021-03-04 Tomas Mrazecx_set_priv_key: Try to obtain libctx from the pkey...
2021-03-04 Tomas Mrazbn_ctx.c: Remove TODO 3.0 related to tracing in FIPS...
2021-03-04 Tomas Mrazecx_set_priv_key: Remove TODO 3.0 related to setting...
2021-03-04 Tomas Mrazdo_sigver_init: Remove fallback for missing provider...
2021-03-04 Tomas MrazRemove some of the TODO 3.0 in crypto/evp related to...
2021-03-04 Tomas Mrazcrypto/param_build_set.c: Remove irrelevant TODO 3.0
2021-03-04 Tomas Mrazcrypto/ppccap.c: Remove useless TODO 3.0
2021-03-04 Tomas Mrazinclude/crypto: Remove TODOs that are irrelevant for 3.0
2021-03-04 Tomas Mrazinclude/internal: Remove TODOs that are irrelevant...
2021-03-04 Tomas Mraztest/x509: Test for issuer being overwritten when printing.
2021-03-04 Dr. David von... OSSL_STORE: restore diagnostics on decrypt error; provi...
2021-03-04 Tobias Nießencrypto: rename error flags in internal structures
2021-03-03 Richard LevitteAdd a new test recipe to verify the generated test...
next