summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* OpenSSL::ParseC: handle OSSL_CORE_MAKE_FUNCRichard Levitte2020-10-121-0/+14
* Add PEM declaration macros that take attributesRichard Levitte2020-10-122-45/+95
* Add ASN1 declaration macros that take attributesRichard Levitte2020-10-122-39/+87
* Make OpenSSL::ParseC and OpenSSL::Ordinals treat deprecation consistentlyRichard Levitte2020-10-122-5/+13
* Add convenience macros OSSL_DEPRECATEDIN_{major}_{minor}Richard Levitte2020-10-121-26/+60
* Add definitions of OSSL_DEPRECATED[_FOR] for Microsoft VCRichard Levitte2020-10-121-1/+15
* Change OSSL_DEPRECATED to take a version argumentRichard Levitte2020-10-121-13/+26
* Add a macro OSSL_DEPRECATED for compiler dependent deprecation attributesRichard Levitte2020-10-121-17/+20
* coverity 1403324 negative array index: check for finding an unknown value and...Pauli2020-10-121-2/+23
* coverity 1414446 out-of-bounds access: allocate \0 terminator byte to be safePauli2020-10-121-2/+2
* vms: move otherwise dead code into the VMS relevant path.Pauli2020-10-121-2/+5
* Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()Richard Levitte2020-10-103-37/+19
* ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte2020-10-107-7/+107
* Fix diverse ERR code conflictsRichard Levitte2020-10-091-54/+72
* make ordinalsRichard Levitte2020-10-091-23/+0
* Modify util/mknum.pl to drop new symbols that don't exist any moreRichard Levitte2020-10-091-5/+17
* OpenSSL::Ordinals: Add options for the writing functionsRichard Levitte2020-10-091-3/+18
* INSTALL.md: Drop trailing spaces on a lineTomas Mraz2020-10-091-1/+1
* Disabled symbol_presence test on NonStop due to different nm format.Randall S. Becker2020-10-091-0/+1
* Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius2020-10-082-2/+34
* Fix zero-length content verification in S/MIME formatDmitry Belyavskiy2020-10-082-2/+2
* Tests for processing zero-length content in SMIME formatDmitry Belyavskiy2020-10-082-0/+17
* Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb2020-10-085-20/+40
* Allow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATUREAndré Klitzing2020-10-081-3/+9
* Fix the decoder start type handlingMatt Caswell2020-10-081-1/+1