summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-15Prepare for release of 3.0 alpha 7openssl-3.0.0-alpha7Matt Caswell
2020-10-15Update copyright yearMatt Caswell
2020-10-15Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell
2020-10-15Remove some more CMS key downgradesMatt Caswell
2020-10-15Remove CMS recipient info information out of the algorithm implementationsMatt Caswell
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-15Move CMS enveloping code out of the algorithms and into CMSMatt Caswell
2020-10-15Remove a CMS key downgradeMatt Caswell
2020-10-14[test][tls-provider] Implement KEM algorithmNicola Tuveri
2020-10-14[ssl] Support ssl_encapsulate on server sideNicola Tuveri
2020-10-14[ssl] Support ssl_decapsulate on client sideNicola Tuveri
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri
2020-10-14[test][tls-provider] Add 2nd pluggable tls group for KEMNicola Tuveri
2020-10-14[test][sslapitest] Add test for pluggable KEM groupNicola Tuveri
2020-10-14[test][tls-provider] Group xor_group properties in a structNicola Tuveri
2020-10-14Use __BYTE_ORDER__ to test the endianness when availableKurt Roeckx
2020-10-14syscall_random(): don't fail if the getentropy() function is a dummyYury Is
2020-10-14Reconciled c99 and loader arguments for float on NonStop TNS/E and TNS/X.Randall S. Becker
2020-10-13EVP: Take care of locks when downgrading an EVP_PKEYRichard Levitte
2020-10-12Fixed typo in ssl_lib.cIkko Ashimine
2020-10-12Make TAP::Harness and TAP::Parser optional.Rainer Jung
2020-10-12Document how deprecation should be doneRichard Levitte
2020-10-12OpenSSL::ParseC: handle OSSL_CORE_MAKE_FUNCRichard Levitte
2020-10-12Add PEM declaration macros that take attributesRichard Levitte
2020-10-12Add ASN1 declaration macros that take attributesRichard Levitte
2020-10-12Make OpenSSL::ParseC and OpenSSL::Ordinals treat deprecation consistentlyRichard Levitte
2020-10-12Add convenience macros OSSL_DEPRECATEDIN_{major}_{minor}Richard Levitte
2020-10-12Add definitions of OSSL_DEPRECATED[_FOR] for Microsoft VCRichard Levitte
2020-10-12Change OSSL_DEPRECATED to take a version argumentRichard Levitte
2020-10-12Add a macro OSSL_DEPRECATED for compiler dependent deprecation attributesRichard Levitte
2020-10-12coverity 1403324 negative array index: check for finding an unknown value and...Pauli
2020-10-12coverity 1414446 out-of-bounds access: allocate \0 terminator byte to be safePauli
2020-10-12vms: move otherwise dead code into the VMS relevant path.Pauli
2020-10-10Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()Richard Levitte
2020-10-10ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte
2020-10-09Fix diverse ERR code conflictsRichard Levitte
2020-10-09make ordinalsRichard Levitte
2020-10-09Modify util/mknum.pl to drop new symbols that don't exist any moreRichard Levitte
2020-10-09OpenSSL::Ordinals: Add options for the writing functionsRichard Levitte
2020-10-09INSTALL.md: Drop trailing spaces on a lineTomas Mraz
2020-10-09Disabled symbol_presence test on NonStop due to different nm format.Randall S. Becker
2020-10-08Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius
2020-10-08Fix zero-length content verification in S/MIME formatDmitry Belyavskiy
2020-10-08Tests for processing zero-length content in SMIME formatDmitry Belyavskiy
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb
2020-10-08Allow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATUREAndré Klitzing
2020-10-08Fix the decoder start type handlingMatt Caswell