summaryrefslogtreecommitdiffstats
path: root/fuzz (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-15Update copyright yearMatt Caswell134-134/+134
2020-10-15Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury2-2/+2
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre70-137/+136
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre377-1395/+1417
2020-10-15Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell6-7/+54
2020-10-15Remove some more CMS key downgradesMatt Caswell1-14/+0
2020-10-15Remove CMS recipient info information out of the algorithm implementationsMatt Caswell5-26/+14
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell13-156/+175
2020-10-15Move CMS enveloping code out of the algorithms and into CMSMatt Caswell18-898/+1040
2020-10-15Remove a CMS key downgradeMatt Caswell1-46/+0
2020-10-14[test][tls-provider] Implement KEM algorithmNicola Tuveri1-22/+181
2020-10-14[ssl] Support ssl_encapsulate on server sideNicola Tuveri5-26/+151
2020-10-14[ssl] Support ssl_decapsulate on client sideNicola Tuveri5-34/+125
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri5-9/+51
2020-10-14[test][tls-provider] Add 2nd pluggable tls group for KEMNicola Tuveri1-3/+47
2020-10-14[test][sslapitest] Add test for pluggable KEM groupNicola Tuveri1-6/+7
2020-10-14[test][tls-provider] Group xor_group properties in a structNicola Tuveri1-26/+52
2020-10-14Use __BYTE_ORDER__ to test the endianness when availableKurt Roeckx1-3/+31
2020-10-14syscall_random(): don't fail if the getentropy() function is a dummyYury Is1-2/+9
2020-10-14Reconciled c99 and loader arguments for float on NonStop TNS/E and TNS/X.Randall S. Becker1-12/+36
2020-10-13EVP: Take care of locks when downgrading an EVP_PKEYRichard Levitte1-13/+48
2020-10-13Fixed typo in ssl_lib.cIkko Ashimine1-1/+1
2020-10-12Make TAP::Harness and TAP::Parser optional.Rainer Jung1-2/+4
2020-10-12Document how deprecation should be doneRichard Levitte3-1/+238
2020-10-12OpenSSL::ParseC: handle OSSL_CORE_MAKE_FUNCRichard Levitte1-0/+14
2020-10-12Add PEM declaration macros that take attributesRichard Levitte2-45/+95
2020-10-12Add ASN1 declaration macros that take attributesRichard Levitte2-39/+87
2020-10-12Make OpenSSL::ParseC and OpenSSL::Ordinals treat deprecation consistentlyRichard Levitte2-5/+13
2020-10-12Add convenience macros OSSL_DEPRECATEDIN_{major}_{minor}Richard Levitte1-26/+60
2020-10-12Add definitions of OSSL_DEPRECATED[_FOR] for Microsoft VCRichard Levitte1-1/+15
2020-10-12Change OSSL_DEPRECATED to take a version argumentRichard Levitte1-13/+26
2020-10-12Add a macro OSSL_DEPRECATED for compiler dependent deprecation attributesRichard Levitte1-17/+20
2020-10-12coverity 1403324 negative array index: check for finding an unknown value and...Pauli1-2/+23
2020-10-12coverity 1414446 out-of-bounds access: allocate \0 terminator byte to be safePauli1-2/+2
2020-10-12vms: move otherwise dead code into the VMS relevant path.Pauli1-2/+5
2020-10-10Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()Richard Levitte3-37/+19
2020-10-10ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte7-7/+107
2020-10-09Fix diverse ERR code conflictsRichard Levitte1-54/+72
2020-10-09make ordinalsRichard Levitte1-23/+0
2020-10-09Modify util/mknum.pl to drop new symbols that don't exist any moreRichard Levitte1-5/+17
2020-10-09OpenSSL::Ordinals: Add options for the writing functionsRichard Levitte1-3/+18
2020-10-09INSTALL.md: Drop trailing spaces on a lineTomas Mraz1-1/+1
2020-10-09Disabled symbol_presence test on NonStop due to different nm format.Randall S. Becker1-0/+1
2020-10-08Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius2-2/+34
2020-10-08Fix zero-length content verification in S/MIME formatDmitry Belyavskiy2-2/+2
2020-10-08Tests for processing zero-length content in SMIME formatDmitry Belyavskiy2-0/+17
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb5-20/+40
2020-10-08Allow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATUREAndré Klitzing1-3/+9
2020-10-08Fix the decoder start type handlingMatt Caswell1-1/+1
2020-10-08Add a test for encoding and decoding of parameters filesMatt Caswell1-32/+167