aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Add ASN1 declaration macros that take attributesRichard Levitte1-0/+15
2020-10-12Make OpenSSL::ParseC and OpenSSL::Ordinals treat deprecation consistentlyRichard Levitte2-5/+13
2020-10-10ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte1-0/+2
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-08Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery1-0/+2
2020-10-06Test.pm: Add result_dir and export both result_dir and result_fileDr. David von Oheimb1-9/+40
2020-10-03Configuration: add initial NonStop values in OpenSSL::configRichard Levitte1-0/+19
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell4-56/+56
2020-10-01Perl util to do with_libctx renamingMatt Caswell1-0/+141
2020-09-30check-format.pl: Allow nested indentation of labels (not only at line pos 1)Dr. David von Oheimb3-2/+10
2020-09-30check-format.pl: Extend exceptions for no SPC after trailing ';' in 'for (...;)'Dr. David von Oheimb2-1/+9
2020-09-30check-format.pl: Document how to run positive and negative self-testsDr. David von Oheimb1-0/+4
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch1-1/+2
2020-09-26Remove openssl provider appShane Lontis1-0/+4
2020-09-25Build: Make NonStop shared libraries only export selected symbolsRichard Levitte1-0/+9
2020-09-25EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keysRichard Levitte1-1/+1
2020-09-25Hide ECX_KEY againRichard Levitte2-16/+0
2020-09-24Test.pm: Some clarifications added to the documentationDr. David von Oheimb1-6/+8
2020-09-24Simplify the tarball generating scriptsHu Keping1-2/+1
2020-09-23kdf/mac: add name query calls for KDFs and MACsPauli1-1/+3
2020-09-21Fix merge error with libcrypto.numShane Lontis1-1/+0
2020-09-20util/find-doc-nits: Add a regexp for C symbols and use itRichard Levitte1-7/+10
2020-09-20DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte2-4/+4
2020-09-20TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte1-0/+1
2020-09-20ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODERRichard Levitte2-2/+20
2020-09-20Deprecate ASN1_STRING_length_set in OpenSSL 3.0.David Benjamin1-1/+1
2020-09-19util/mkerr.h: Restore header file renameRichard Levitte1-0/+1
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis1-0/+13
2020-09-18Fix some doc-nits and make update errorsMatt Caswell2-1/+3
2020-09-18Provide basis for fixing lhash codeMatt Caswell1-1/+26
2020-09-17EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz1-0/+1
2020-09-17Correctly display the signing/hmac algorithm in the dgst appMatt Caswell1-0/+2
2020-09-16undeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parametersTim Hudson1-2/+2
2020-09-16OpenSSL::ParseC: recognise inline function bodiesRichard Levitte1-3/+6
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre2-27/+0
2020-09-13Don't complain about stack related macrosMatt Caswell1-0/+2
2020-09-13Make 'make errors' work againRichard Levitte1-2/+3
2020-09-13util/mknum.pl: Fix file openingRichard Levitte1-1/+1
2020-09-13Streamline the safestack generated codeMatt Caswell1-28/+1
2020-09-13Remove some safestack things that are no longer neededMatt Caswell1-22/+15
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell1-1/+16
2020-09-13Fix safestack issues in ssl.hMatt Caswell1-0/+92
2020-09-12EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte1-0/+1
2020-09-09Deprecate SHA and MD5 again.Pauli1-28/+28
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka1-0/+2
2020-09-08EVP: Move the functions and controls for setting and getting distidRichard Levitte1-3/+3
2020-09-08EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte1-0/+3
2020-09-06Cleanup deprecation of ENGINE_setup_bsd_cryptodevjwalch1-1/+1