aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement OpenSSL secure memory for WindowsJeremiah Gowdy2020-10-222-9/+50
* Unexport internal MSBLOB and PVK functionsRichard Levitte2020-10-218-10/+6
* Work around Windows ftell() bug as per Microsoft engineering's suggestionRichard Levitte2020-10-211-0/+9
* Deprecate EVP_PKEY_set1_tls_encodedpoint()Matt Caswell2020-10-204-15/+48
* Document EVP_PKEY_set1_encoded_public_key()Matt Caswell2020-10-203-4/+125
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-2018-70/+86
* resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia2020-10-201-2/+2
* Fix Aes-xts potential failure on aarch64XiaokangQian2020-10-201-0/+1
* Prefix crlNumber output with 0x.Jacob Hoffman-Andrews2020-10-201-0/+1
* Fix no-dhMatt Caswell2020-10-191-3/+2
* TEST: fix the DH tests to reproduce the priv_len settingsRichard Levitte2020-10-191-0/+6
* DH: have DH_set_length() increment the dirty count.Richard Levitte2020-10-191-0/+1
* DH: make the private key length importable / exportableRichard Levitte2020-10-197-45/+96
* Change markdown link style in README, INSTALL, SUPPORT and CONTRIBUTINGDr. Matthias St. Pierre2020-10-184-33/+33
* README: make the link to the OpenSSL 3.0 Wiki page more prominentDr. Matthias St. Pierre2020-10-181-2/+5
* ENCODER & DECODER: set params on all encoder/decoder instances, unconditionallyRichard Levitte2020-10-172-4/+6
* dev/release.sh: improve instruction for pushing the tagRichard Levitte2020-10-171-2/+6
* TEST: modify tconversion.pl for forensicsRichard Levitte2020-10-169-47/+88
* Add a CHANGES entry for the SSL_SECOP_TMP_DH changeMatt Caswell2020-10-161-0/+11
* Pass an EVP_PKEY for SSL_SECOP_TMP_DH in the security callbackMatt Caswell2020-10-161-1/+1
* Concentrate deprecated libssl API usage in one fileMatt Caswell2020-10-168-89/+179
* Fix missing include of string.h in apps/lib/engine.c for strcmp.Randall S. Becker2020-10-161-0/+2
* list: add a -provider-info option.Pauli2020-10-163-0/+90
* null prov: fix gettable param array type.Pauli2020-10-161-7/+7
* Prepare for 3.0 alpha 8Matt Caswell2020-10-153-4/+4
* Prepare for release of 3.0 alpha 7openssl-3.0.0-alpha7Matt Caswell2020-10-153-4/+4
* Update copyright yearMatt Caswell2020-10-15134-134/+134
* Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury2020-10-152-2/+2
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-1570-137/+136
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-15377-1395/+1417
* Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell2020-10-156-7/+54
* Remove some more CMS key downgradesMatt Caswell2020-10-151-14/+0
* Remove CMS recipient info information out of the algorithm implementationsMatt Caswell2020-10-155-26/+14
* Move CMS signing code out of the algorithms and into CMSMatt Caswell2020-10-1513-156/+175
* Move CMS enveloping code out of the algorithms and into CMSMatt Caswell2020-10-1518-898/+1040
* Remove a CMS key downgradeMatt Caswell2020-10-151-46/+0
* [test][tls-provider] Implement KEM algorithmNicola Tuveri2020-10-141-22/+181
* [ssl] Support ssl_encapsulate on server sideNicola Tuveri2020-10-145-26/+151
* [ssl] Support ssl_decapsulate on client sideNicola Tuveri2020-10-145-34/+125
* Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri2020-10-145-9/+51
* [test][tls-provider] Add 2nd pluggable tls group for KEMNicola Tuveri2020-10-141-3/+47
* [test][sslapitest] Add test for pluggable KEM groupNicola Tuveri2020-10-141-6/+7
* [test][tls-provider] Group xor_group properties in a structNicola Tuveri2020-10-141-26/+52
* Use __BYTE_ORDER__ to test the endianness when availableKurt Roeckx2020-10-141-3/+31
* syscall_random(): don't fail if the getentropy() function is a dummyYury Is2020-10-141-2/+9
* Reconciled c99 and loader arguments for float on NonStop TNS/E and TNS/X.Randall S. Becker2020-10-141-12/+36
* EVP: Take care of locks when downgrading an EVP_PKEYRichard Levitte2020-10-131-13/+48
* Fixed typo in ssl_lib.cIkko Ashimine2020-10-121-1/+1
* Make TAP::Harness and TAP::Parser optional.Rainer Jung2020-10-121-2/+4
* Document how deprecation should be doneRichard Levitte2020-10-123-1/+238