aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Document some SSL DH related functions/macrosMatt Caswell2020-11-183-4/+2
* Only disabled what we need to in a no-dh buildMatt Caswell2020-11-181-8/+8
* Implement a replacement for SSL_set_tmp_dh()Matt Caswell2020-11-181-0/+2
* Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell2020-11-181-2/+2
* Simplify util/err-to-raiseRichard Levitte2020-11-181-45/+4
* util/find-doc-nits: check podchecker() return valueRichard Levitte2020-11-171-1/+2
* util/mkrc.pl: Make sure FILEVERSION and PRODUCTVERSION have four numbersRichard Levitte2020-11-171-2/+4
* Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEYShane Lontis2020-11-161-3/+0
* Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().Shane Lontis2020-11-131-2/+0
* ENCODER: Add support for specifying the outermost output structureRichard Levitte2020-11-111-0/+2
* DECODER: Add support for specifying the outermost input structureRichard Levitte2020-11-111-0/+3
* Correct system guessing for solaris64-x86_64-* targetsMatt Caswell2020-11-061-3/+6
* Don't complain about uninitialized values when running ConfigureMatt Caswell2020-11-061-2/+2
* Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker2020-11-041-3/+3
* util/find-doc-nits: ignore OSSL_DEPRECATED*, alongside other reserved symbolsRichard Levitte2020-11-012-12/+2
* 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