summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-07Prepare for release of 3.0 alpha 10openssl-3.0.0-alpha10Matt Caswell
2021-01-07Update copyright yearMatt Caswell
2021-01-06Only perform special TLS handling if TLS has been configuredMatt Caswell
2021-01-06Mac M1 setting change proposal.David CARLIER
2021-01-05Support session information on FreeBSD.John Baldwin
2021-01-05Use CRIOGET to fetch a crypto descriptor when present.John Baldwin
2021-01-05Updated SSL_CTX_new docbazmoz
2021-01-0528-seclevel.cnf.in: fix typo in algo nameEtienne Millon
2021-01-05EVP_SIGNATURE-ED25519.pod: fix typo in algo nameEtienne Millon
2021-01-04win-onecore: Build with /APPCONTAINER for UWP compatNirbheek Chauhan
2021-01-04crypto/win: Don't use disallowed APIs on UWPNirbheek Chauhan
2021-01-04Update copyright years of auto-generated headers (make update)Dr. David von Oheimb
2020-12-31Add a test for the new CRYPTO_atomic_* functionsMatt Caswell
2020-12-31Add documentation for CRYPTO_atomic_or and CRYPTO_atomic_loadMatt Caswell
2020-12-31Optimise OPENSSL_init_cryptoMatt Caswell
2020-12-31Add some more CRYPTO_atomic functionsMatt Caswell
2020-12-30Don't call EVP_CIPHER_CTX_block_size() to find the block sizeMatt Caswell
2020-12-24Optimise OPENSSL_init_crypto to not need a lock when loading configMatt Caswell
2020-12-23Cache Digest constantsMatt Caswell
2020-12-23Move the caching of cipher constants into evp_cipher_from_dispatchMatt Caswell
2020-12-23Fix doc-nits for list commandDmitry Belyavskiy
2020-12-23Fetch provided algorithm once per benchmarkDmitry Belyavskiy
2020-12-21Fix NULL pointer access caused by X509_ATTRIBUTE_create()Ingo Schwarze
2020-12-21Restore v2i_AUTHORITY_INFO_ACCESS() behaviorjwalch
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-19GitHub CI: Separate no-deprecated job from minimal jobRichard Levitte
2020-12-19Fix 'no-deprecated'Richard Levitte
2020-12-19Fix OSSL_PARAM creation in OSSL_STORE_open_exPetr Gotthard
2020-12-19TEST: Fix test/endecode_test.c for 'no-legacy'Richard Levitte
2020-12-17make updateRichard Levitte
2020-12-17GitHub CI: Add 'check-update' and 'check-docs'Richard Levitte
2020-12-17dsa: add additional deprecated functions to CHANGES entry.Pauli
2020-12-17dsa: provider and library deprecation changesPauli
2020-12-17dsa: apps deprecation changesPauli
2020-12-17dsa: fuzzer deprecation changesPauli
2020-12-17dsa: documentation deprecation changesPauli
2020-12-17apps/cmp.c: Correct -keyform option range w.r.t engineDr. David von Oheimb
2020-12-17apps/cmp.c: Fix bug on -path option introduced in commit 3c9d6266ed85Dr. David von Oheimb
2020-12-17EVP: Fix memory leak in EVP_PKEY_CTX_dup()Richard Levitte
2020-12-17CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte
2020-12-17DECODER: Adjust the library context of keys in our decodersRichard Levitte
2020-12-17MSBLOB & PVK: Make it possible to write EVP_PKEYs with provided internal keyRichard Levitte
2020-12-17DECODER EVP_PKEY: Don't store all the EVP_KEYMGMTsRichard Levitte
2020-12-17Github CI: run also on repository pushesTomas Mraz
2020-12-16Add necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte
2020-12-16Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte
2020-12-16EVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-12-16EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-12-16EVP_PKEY & DSA: move dsa_ctrl.c to be included only on libcryptoRichard Levitte
2020-12-15PROV: Add MSBLOB and PVK encodersRichard Levitte