summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-12doc: document the additional params argument to the various init() callsPauli
2021-03-12support params argument to AES cipher init callsPauli
2021-03-12doc: update cipher documentation to include the new init functions with paramsPauli
2021-03-12prov: support params argument to common cipher init callsPauli
2021-03-12prov: support param argument to DES cipher init callsPauli
2021-03-12prov: support param argument to null cipher init callsPauli
2021-03-12prov: support params argument to CHACHA20 ciphersPauli
2021-03-12prov: support params argument to RCx ciphersPauli
2021-03-12prov: support params arguments to signature init callsPauli
2021-03-12prov: update digests to support modified ctx paramsPauli
2021-03-12doc: update digest documentation to include the new init functions with paramsPauli
2021-03-12prov: support param argument to digest init callsPauli
2021-03-12doc: document param argument to RSA callsPauli
2021-03-12doc: document param argument to cipher init callsPauli
2021-03-12test: support params arguments to init functionsPauli
2021-03-12ssl: support params arguments to init functionsPauli
2021-03-12apps: support param argument to init functionsPauli
2021-03-12prov: update KEM to support params on init()Pauli
2021-03-12prov: update exchange algorithms to support params on the init callPauli
2021-03-12misc: other init function param additionsPauli
2021-03-12doc: update PKEY documentation to include the new init functions with paramsPauli
2021-03-12evp: add params arguments to init functionsPauli
2021-03-12core: add params arguments to init callsPauli
2021-03-12prov: asym ciphers take an extra init() params argumentPauli
2021-03-12doc: add params argument to key manager's gen_init callPauli
2021-03-12core: add params argument to key manager's gen_init callPauli
2021-03-12provider: add params argument to key manager's gen_init callPauli
2021-03-12evp: add params argument to key manager's gen_init callPauli
2021-03-12test: add params argument to key manager's gen_init callPauli
2021-03-12Fix error-checking compiles for mutexRich Salz
2021-03-11Increase the upper limit on group name lengthAnthony Hu
2021-03-11TEST: Stop the cleanup in test/recipes/20-test_mac.tRichard Levitte
2021-03-11PROV: use EVP_CIPHER_CTX_set_params() rather than EVP_CIPHER_CTX_ctrl()Richard Levitte
2021-03-11openssl-cmp.pod.in and apps/cmp.c: Various minor do improvementsDr. David von Oheimb
2021-03-11Prepare for 3.0 alpha 14Matt Caswell
2021-03-11Prepare for release of 3.0 alpha 13openssl-3.0.0-alpha13Matt Caswell
2021-03-11Update copyright yearMatt Caswell
2021-03-11Use read/write locking on WindowsVincent Drake
2021-03-11Check SSL_set1_chain error in set_cert_cbpanda
2021-03-11Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal
2021-03-11test: convert store test to use relative pathsPauli
2021-03-11core: add up_ref callback for OSSL_CORE_BIOPauli
2021-03-11Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli
2021-03-11Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis
2021-03-11Add new filter BIO BIO_f_readbuffer()Shane Lontis
2021-03-10Fix formatting error of HISTORY section in some manual pages.Tomas Mraz
2021-03-10Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz
2021-03-10Mention the change of licence in NEWS.mdMatt Caswell
2021-03-10Expand the CHANGES entry for SHA1 and libsslMatt Caswell
2021-03-10Add a CHANGES for OSSL_STORE_INFO_get_type()Matt Caswell