summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-2312-12/+12
* params: add functionality to test if an OSSL_PARAM has been set.Pauli2020-04-221-0/+2
* [crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley2020-04-221-2/+2
* Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik2020-04-211-0/+3
* DOC: Refactor provider-keymgmt(7) to give the keytypes their own pagesRichard Levitte2020-04-201-0/+4
* dhparam: update command line app to use EVP callsPauli2020-04-191-2/+2
* Create a libctx aware X509_verify_ex()Matt Caswell2020-04-161-0/+2
* Add DH keygen to providersShane Lontis2020-04-161-0/+9
* Add DSA keygen to providerShane Lontis2020-04-151-0/+7
* Document the new libctx aware private key functionsMatt Caswell2020-04-151-2/+0
* Teach PEM_read_bio_PrivateKey about libctxMatt Caswell2020-04-151-0/+2
* Teach d2i_PrivateKey et al about libctxMatt Caswell2020-04-151-0/+4
* EC: Refactor EVP_PKEY_CTX curve setting macros for param generationRichard Levitte2020-04-151-0/+3
* mkerr: remove legacy guards from generated error headersDr. Matthias St. Pierre2020-04-151-0/+1
* Add ex_data to EVP_PKEY.Aaron Thompson2020-04-141-0/+2
* Initialize files that declare internal symbolsRichard Levitte2020-04-115-7/+14
* Rework util/find-doc-nits to distinguish internal documentationRichard Levitte2020-04-112-108/+138
* Add manpage entry for X509_check_purpose()Jake Maynard2020-04-111-1/+0
* Make the CT code library context awareMatt Caswell2020-04-091-0/+4
* OpenSSL::OID: Don't use List::UtilRichard Levitte2020-04-091-4/+31
* Add X509_STORE_CTX_new_with_libctx()Matt Caswell2020-04-081-0/+1
* EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte2020-04-082-0/+3
* EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()Richard Levitte2020-04-081-0/+2
* PROV: Add the beginning of a DER writing libraryRichard Levitte2020-04-071-0/+3
* Add perl support to parse and DER encode ASN.1 OID specsRichard Levitte2020-04-071-0/+365
* HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb2020-04-022-3/+2
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-022-4/+4
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-011-0/+6
* Add the X509v3_cache_extensions() functionMatt Caswell2020-03-301-0/+1
* Param build: make structures opaque.Pauli2020-03-281-2/+3
* NEWS: note OSSL_PARAM_BLD API as public.Pauli2020-03-281-0/+19
* Document various SRP related APIsMatt Caswell2020-03-271-6/+0
* Make SRP library context awareMatt Caswell2020-03-271-0/+6
* Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()Matt Caswell2020-03-271-0/+2
* EVP: Add EVP_PKEY_set_type_by_keymgmt() and use itRichard Levitte2020-03-252-2/+1
* Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb2020-03-253-7/+17
* Issuer Sign Tool extention supportNikolay Morozov2020-03-251-0/+5
* util/wrap.pl: Correct exit code when signalledRichard Levitte2020-03-251-1/+8
* Add support for passing the libctx to the config loaderShane Lontis2020-03-202-4/+3
* make err() message strings of find-doc-nits consistently start with uppercase...David von Oheimb2020-03-181-21/+21
* add line and file info to 'Malformed line' error msg on *.num files in make-d...David von Oheimb2020-03-181-1/+1
* Rename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP_MSG_bioDr. David von Oheimb2020-03-181-2/+2
* fix false positive of check-format.pl regarding '#if' on preceding line; exte...Dr. David von Oheimb2020-03-182-1/+40
* make util/check-format.pl script executableDr. David von Oheimb2020-03-181-0/+0
* fix false positive of check-format.pl reporting '{1 stmt}' after multi-line '...Dr. David von Oheimb2020-03-181-1/+2
* X509: Rename X509_set0_sm2_id() and friendsRichard Levitte2020-03-151-4/+4
* PROV: Add RSA functionality for key generationRichard Levitte2020-03-121-0/+3
* EVP: Add new domparams and key generation functionalityRichard Levitte2020-03-121-0/+1
* DOCS: Use "command" not "tool" or "utility"Rich Salz2020-03-111-0/+7
* Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()Dr. David von Oheimb2020-03-101-1/+1