summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* configdata.pm.in, util/dofile.pl: Make a HERE document stricter.Richard Levitte2020-10-271-1/+1
* Remove EVP_aes_(128|192|256)_siv functionsPauli2020-10-222-6/+0
* Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().Shane Lontis2020-10-221-3/+3
* Unexport internal MSBLOB and PVK functionsRichard Levitte2020-10-211-4/+0
* Deprecate EVP_PKEY_set1_tls_encodedpoint()Matt Caswell2020-10-201-0/+2
* Document EVP_PKEY_set1_encoded_public_key()Matt Caswell2020-10-202-4/+0
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-201-2/+4
* Update copyright yearMatt Caswell2020-10-152-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-152-5/+5
* Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell2020-10-151-0/+2
* Document how deprecation should be doneRichard Levitte2020-10-121-0/+11
* OpenSSL::ParseC: handle OSSL_CORE_MAKE_FUNCRichard Levitte2020-10-121-0/+14
* Add PEM declaration macros that take attributesRichard Levitte2020-10-121-3/+15
* Add ASN1 declaration macros that take attributesRichard Levitte2020-10-121-0/+15
* Make OpenSSL::ParseC and OpenSSL::Ordinals treat deprecation consistentlyRichard Levitte2020-10-122-5/+13
* ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte2020-10-101-0/+2
* 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
* Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery2020-10-081-0/+2
* Test.pm: Add result_dir and export both result_dir and result_fileDr. David von Oheimb2020-10-061-9/+40
* Configuration: add initial NonStop values in OpenSSL::configRichard Levitte2020-10-031-0/+19
* Fix some things the rename script didn't quite get rightMatt Caswell2020-10-014-56/+56
* Perl util to do with_libctx renamingMatt Caswell2020-10-011-0/+141
* check-format.pl: Allow nested indentation of labels (not only at line pos 1)Dr. David von Oheimb2020-09-303-2/+10
* check-format.pl: Extend exceptions for no SPC after trailing ';' in 'for (...;)'Dr. David von Oheimb2020-09-302-1/+9
* check-format.pl: Document how to run positive and negative self-testsDr. David von Oheimb2020-09-301-0/+4
* en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch2020-09-261-1/+2
* Remove openssl provider appShane Lontis2020-09-261-0/+4
* Build: Make NonStop shared libraries only export selected symbolsRichard Levitte2020-09-251-0/+9
* EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keysRichard Levitte2020-09-251-1/+1
* Hide ECX_KEY againRichard Levitte2020-09-252-16/+0
* Test.pm: Some clarifications added to the documentationDr. David von Oheimb2020-09-241-6/+8
* Simplify the tarball generating scriptsHu Keping2020-09-241-2/+1
* kdf/mac: add name query calls for KDFs and MACsPauli2020-09-231-1/+3
* Fix merge error with libcrypto.numShane Lontis2020-09-211-1/+0
* util/find-doc-nits: Add a regexp for C symbols and use itRichard Levitte2020-09-201-7/+10
* DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte2020-09-202-4/+4
* TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-09-201-0/+1
* ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODERRichard Levitte2020-09-202-2/+20
* Deprecate ASN1_STRING_length_set in OpenSSL 3.0.David Benjamin2020-09-201-1/+1
* util/mkerr.h: Restore header file renameRichard Levitte2020-09-191-0/+1
* Add KEM (Key encapsulation mechanism) support to providersShane Lontis2020-09-191-0/+13
* Fix some doc-nits and make update errorsMatt Caswell2020-09-182-1/+3
* Provide basis for fixing lhash codeMatt Caswell2020-09-181-1/+26
* EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz2020-09-171-0/+1
* Correctly display the signing/hmac algorithm in the dgst appMatt Caswell2020-09-171-0/+2
* undeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parametersTim Hudson2020-09-161-2/+2
* OpenSSL::ParseC: recognise inline function bodiesRichard Levitte2020-09-161-3/+6
* prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre2020-09-142-27/+0