summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2021-05-20Update copyright yearMatt Caswell
2021-05-20Create symlinks when installing man pagesMatt Caswell
2021-05-19X509_STORE_CTX_get1_issuer(): Simplify code, reducing risk of failureDr. David von Oheimb
2021-05-19find-doc-nits -c: Fix handling in case expected helpstr is not foundDr. David von Oheimb
2021-05-19unix-Makefile.tmpl and ci.yml: Merge cmd-nits into doc-nitsDr. David von Oheimb
2021-05-19Fix OpenSSL::fallback for VMSRichard Levitte
2021-05-19Move some OpenSSL perl utility functions to OpenSSL::UtilRichard Levitte
2021-05-19bio_lib: Add BIO_get_line, correct doc of BIO_getsDr. David von Oheimb
2021-05-19Remove "openssl ifdef" handlingRich Salz
2021-05-18find-doc-nits: Make -c option (cmd-nits) independent of app build and executionDr. David von Oheimb
2021-05-17Add doc for ERR_clear_last_mark().Shane Lontis
2021-05-14Slightly reformat ssl.h.inRich Salz
2021-05-13Replace EVP_PKEY_supports_digest_nidTomas Mraz
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-05-12Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()Dr. David von Oheimb
2021-05-12apps: change list command to only list fetchable algorithms.Pauli
2021-05-12find-doc-nits fix courtesy Rich SalzEasySec
2021-05-11Add the concept of a child OSSL_LIB_CTXMatt Caswell
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-05-08ssl.h.in: Fix deprecation exclusion for SRP-related declarationsDr. David von Oheimb
2021-05-08Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-05-06Update copyright yearMatt Caswell
2021-05-06Remove all trace of FIPS_mode functionsRich Salz
2021-05-05Deprecate X509{,_CRL}_http_nbio() and simplify their definitionDr. David von Oheimb
2021-05-05mac: add EVP_MAC_finalXOF() functionPauli
2021-05-04OCSP: Minor improvements of documentation and header fileDr. David von Oheimb
2021-05-04fips-checksums: The define for fips module is FIPS_MODULETomas Mraz
2021-05-04Create libcrypto support for BIO_new_from_core_bio()Matt Caswell
2021-05-04FIPS module checksums: add scripts and Makefile ruleRichard Levitte
2021-05-04Add OpenSSL::Config::Query and use it in configdata.pmRichard Levitte
2021-05-04OpenSSL::Test: When prefixing command with $^X on Windows, fix it up!Richard Levitte
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-28util/add-depends.pl: Adapt to localized /showIncludes outputRichard Levitte
2021-04-28Configuration: rework how dependency making is handledRichard Levitte
2021-04-28CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb
2021-04-28ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb
2021-04-28OPENSSL_sk functions are effectively already documentedTomas Mraz
2021-04-28Improve the implementation of X509_STORE_CTX_get1_issuer()Tomas Mraz
2021-04-27Add system guessing for linux64-riscv64 targetAndreas Schwab
2021-04-27Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis
2021-04-26Add type_name member to provided methods and use itTomas Mraz
2021-04-22Update copyright yearMatt Caswell
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb
2021-04-19Add the function OSSL_LIB_CTX_get0_global_default()Matt Caswell
2021-04-19Link with .def filesTanzinul Islam
2021-04-19Generate dependency informationTanzinul Islam
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis