summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0 alpha 10openssl-3.0.0-alpha10Matt Caswell2021-01-073-4/+4
* Update copyright yearMatt Caswell2021-01-077-7/+7
* Only perform special TLS handling if TLS has been configuredMatt Caswell2021-01-061-1/+1
* Mac M1 setting change proposal.David CARLIER2021-01-061-1/+1
* Support session information on FreeBSD.John Baldwin2021-01-051-12/+60
* Use CRIOGET to fetch a crypto descriptor when present.John Baldwin2021-01-051-1/+13
* Updated SSL_CTX_new docbazmoz2021-01-051-5/+10
* 28-seclevel.cnf.in: fix typo in algo nameEtienne Millon2021-01-051-2/+2
* EVP_SIGNATURE-ED25519.pod: fix typo in algo nameEtienne Millon2021-01-051-1/+1
* win-onecore: Build with /APPCONTAINER for UWP compatNirbheek Chauhan2021-01-041-4/+5
* crypto/win: Don't use disallowed APIs on UWPNirbheek Chauhan2021-01-042-1/+13
* Update copyright years of auto-generated headers (make update)Dr. David von Oheimb2021-01-046-6/+6
* Add a test for the new CRYPTO_atomic_* functionsMatt Caswell2020-12-311-0/+76
* Add documentation for CRYPTO_atomic_or and CRYPTO_atomic_loadMatt Caswell2020-12-311-10/+33
* Optimise OPENSSL_init_cryptoMatt Caswell2020-12-311-0/+38
* Add some more CRYPTO_atomic functionsMatt Caswell2020-12-315-4/+86
* Don't call EVP_CIPHER_CTX_block_size() to find the block sizeMatt Caswell2020-12-301-1/+1
* Optimise OPENSSL_init_crypto to not need a lock when loading configMatt Caswell2020-12-241-5/+20
* Cache Digest constantsMatt Caswell2020-12-232-30/+32
* Move the caching of cipher constants into evp_cipher_from_dispatchMatt Caswell2020-12-235-5/+11
* Fix doc-nits for list commandDmitry Belyavskiy2020-12-231-4/+4
* Fetch provided algorithm once per benchmarkDmitry Belyavskiy2020-12-231-4/+46
* Fix NULL pointer access caused by X509_ATTRIBUTE_create()Ingo Schwarze2020-12-211-1/+4
* Restore v2i_AUTHORITY_INFO_ACCESS() behaviorjwalch2020-12-211-3/+9
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-2043-489/+337
* GitHub CI: Separate no-deprecated job from minimal jobRichard Levitte2020-12-192-1/+12
* Fix 'no-deprecated'Richard Levitte2020-12-193-55/+44
* Fix OSSL_PARAM creation in OSSL_STORE_open_exPetr Gotthard2020-12-191-6/+5
* TEST: Fix test/endecode_test.c for 'no-legacy'Richard Levitte2020-12-191-19/+30
* make updateRichard Levitte2020-12-171-77/+77
* GitHub CI: Add 'check-update' and 'check-docs'Richard Levitte2020-12-171-2/+24
* dsa: add additional deprecated functions to CHANGES entry.Pauli2020-12-172-14/+18
* dsa: provider and library deprecation changesPauli2020-12-1711-149/+197
* dsa: apps deprecation changesPauli2020-12-175-92/+97
* dsa: fuzzer deprecation changesPauli2020-12-172-4/+7
* dsa: documentation deprecation changesPauli2020-12-176-27/+78
* apps/cmp.c: Correct -keyform option range w.r.t engineDr. David von Oheimb2020-12-171-1/+1
* apps/cmp.c: Fix bug on -path option introduced in commit 3c9d6266ed85Dr. David von Oheimb2020-12-171-1/+1
* EVP: Fix memory leak in EVP_PKEY_CTX_dup()Richard Levitte2020-12-171-29/+17
* CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte2020-12-175-68/+109
* DECODER: Adjust the library context of keys in our decodersRichard Levitte2020-12-1711-0/+91
* MSBLOB & PVK: Make it possible to write EVP_PKEYs with provided internal keyRichard Levitte2020-12-172-8/+26
* DECODER EVP_PKEY: Don't store all the EVP_KEYMGMTsRichard Levitte2020-12-171-134/+100
* Github CI: run also on repository pushesTomas Mraz2020-12-171-1/+1
* Add necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte2020-12-163-21/+30
* Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte2020-12-1610-56/+8
* EVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-12-169-248/+360
* EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-12-1616-304/+364
* EVP_PKEY & DSA: move dsa_ctrl.c to be included only on libcryptoRichard Levitte2020-12-161-4/+4
* PROV: Add MSBLOB and PVK encodersRichard Levitte2020-12-155-77/+361