summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2022-11-14Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell
2022-11-14Rename SSL3_BUFFER to TLS_BUFFERMatt Caswell
2022-11-07Add zlib oneshot compressionTodd Short
2022-11-02Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis
2022-11-02rand: add set0 calls for the private and public DRBGsPauli
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-18Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short
2022-10-18Add ZSTD compression support (RFC8478bis)Todd Short
2022-10-18Add brotli compression support (RFC7924)Todd Short
2022-10-17crypto: add preemptive threading supportČestmír Kalina
2022-10-12Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-10Align util/libcrypto.num with the openssl-3.0 branchRichard Levitte
2022-10-07Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte
2022-10-06Rename ossl_sleep() to OSSL_sleep() and make it publicRichard Levitte
2022-10-05Add {lib}_R_{lib}_LIB, for our engines and other "external" modulesRichard Levitte
2022-09-29OpenSSL::config: Fix trivial bugsRichard Levitte
2022-09-29OpenSSL::config: Fix VMS guessesRichard Levitte
2022-09-29OpenSSL::config: determine the MSVC target architecture by asking clRichard Levitte
2022-09-26Add documentation for the OPENSSL_gmtime functionsTodd Short
2022-09-23Allow PKCS12 export to set arbitrary bag attributesGraham Woodward
2022-09-23Add HPKE DHKEM provider support for EC, X25519 and X448.slontis
2022-09-23BIO_s_dgram_pairHugo Landau
2022-09-16Add documentation and test for EVP_PBE_alg_addDaniel Fiala
2022-09-15util/wrap.pl.in: Use parentheses so `kill` gets all its argumentsRichard Levitte
2022-09-14Add support for loading root CAs from Windows crypto APIHugo Landau
2022-09-02check-format.pl: improve whitespace reporting on <op>=Dr. David von Oheimb
2022-09-02check-format.pl: further fixes for whitespace reporting within 'for (...)'Dr. David von Oheimb
2022-09-02check-format.pl: report #if and #elif with constant condition; improve checks...Dr. David von Oheimb
2022-09-02check-format.pl: extend checking into macro bodies; small further improvementsDr. David von Oheimb
2022-09-02check-format.pl: improve preprocessor directive handling; re-order state vari...Dr. David von Oheimb
2022-09-02Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc.Dr. David von Oheimb
2022-08-24add missing CRMF API function OSSL_CRMF_CERTTEMPLATE_get0_publicKey()Dr. David von Oheimb
2022-08-24add missing doc of X509_REQ_get_extensions() and X509_REQ_add_extensions{,_ni...Dr. David von Oheimb
2022-08-24util/wrap.pl.in: If the subprocess died with a signal, let's re-signal itRichard Levitte
2022-08-22Add BSD-armv4 target based on linux-armv4Piotr Kubaj
2022-08-19BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau
2022-08-18Rename DTLS1_BITMAP to DTLS_BITMAPMatt Caswell
2022-08-18Make the record layer directly aware of EtMMatt Caswell
2022-08-18Add some documentation for X509_gmtime_adj()Matt Caswell
2022-07-28Give BIO_s_mem() the ability to support datagramsMatt Caswell
2022-07-20Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb
2022-07-20check-format.pl: fix detection of missing/extra blank lines in local declsDr. David von Oheimb
2022-07-20check-format.pl: fix false positive on 'for(;; stmt)'Dr. David von Oheimb
2022-07-20check-format.pl: improve wording: 'no' -> 'missing'; further minor improvementsDr. David von Oheimb
2022-07-19Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb
2022-07-16CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb
2022-06-28CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb
2022-06-24Add initial demo-driven design demosHugo Landau
2022-06-24Added documentation for PEM_X509_INFO_read() and PEM_X509_INFO_read_bio()Allan
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau