aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2020-11-24Add missing ERR_load_KDF_strings(3) to util/missingcrypto111.txt as well.Richard Levitte1-0/+1
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte3-42/+31
2020-11-24ERR: Modify util/mkerr.pl to produce internal err string loadersRichard Levitte1-117/+287
2020-11-23RSA: Fix guard mixupRichard Levitte1-1/+1
2020-11-20util/fix-deprecation: DEPRECATEDIN conversion util for public headersRichard Levitte1-0/+114
2020-11-18Deprecate RSA harderRichard Levitte2-72/+72
2020-11-18Document some SSL DH related functions/macrosMatt Caswell3-4/+2
2020-11-18Only disabled what we need to in a no-dh buildMatt Caswell1-8/+8
2020-11-18Implement a replacement for SSL_set_tmp_dh()Matt Caswell1-0/+2
2020-11-18Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell1-2/+2
2020-11-18Simplify util/err-to-raiseRichard Levitte1-45/+4
2020-11-17util/find-doc-nits: check podchecker() return valueRichard Levitte1-1/+2
2020-11-17util/mkrc.pl: Make sure FILEVERSION and PRODUCTVERSION have four numbersRichard Levitte1-2/+4
2020-11-16Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEYShane Lontis1-3/+0
2020-11-13Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().Shane Lontis1-2/+0
2020-11-11ENCODER: Add support for specifying the outermost output structureRichard Levitte1-0/+2
2020-11-11DECODER: Add support for specifying the outermost input structureRichard Levitte1-0/+3
2020-11-06Correct system guessing for solaris64-x86_64-* targetsMatt Caswell1-3/+6
2020-11-06Don't complain about uninitialized values when running ConfigureMatt Caswell1-2/+2
2020-11-04Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker1-3/+3
2020-11-01util/find-doc-nits: ignore OSSL_DEPRECATED*, alongside other reserved symbolsRichard Levitte2-12/+2
2020-10-27configdata.pm.in, util/dofile.pl: Make a HERE document stricter.Richard Levitte1-1/+1
2020-10-22Remove EVP_aes_(128|192|256)_siv functionsPauli2-6/+0
2020-10-22Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().Shane Lontis1-3/+3
2020-10-21Unexport internal MSBLOB and PVK functionsRichard Levitte1-4/+0
2020-10-20Deprecate EVP_PKEY_set1_tls_encodedpoint()Matt Caswell1-0/+2
2020-10-20Document EVP_PKEY_set1_encoded_public_key()Matt Caswell2-4/+0
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell1-2/+4
2020-10-15Update copyright yearMatt Caswell2-2/+2
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2-5/+5
2020-10-15Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell1-0/+2
2020-10-12Document how deprecation should be doneRichard Levitte1-0/+11
2020-10-12OpenSSL::ParseC: handle OSSL_CORE_MAKE_FUNCRichard Levitte1-0/+14
2020-10-12Add PEM declaration macros that take attributesRichard Levitte1-3/+15
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