summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* Add zlib oneshot compressionTodd Short2022-11-071-0/+1
* Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis2022-11-021-0/+2
* rand: add set0 calls for the private and public DRBGsPauli2022-11-021-0/+3
* Add support for compressed certificates (RFC8879)Todd Short2022-10-183-2/+18
* Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short2022-10-181-1/+1
* Add ZSTD compression support (RFC8478bis)Todd Short2022-10-182-0/+4
* Add brotli compression support (RFC7924)Todd Short2022-10-183-10/+4
* crypto: add preemptive threading supportČestmír Kalina2022-10-171-0/+3
* Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-122-2/+2
* Align util/libcrypto.num with the openssl-3.0 branchRichard Levitte2022-10-101-2/+2
* Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte2022-10-072-49/+49
* Rename ossl_sleep() to OSSL_sleep() and make it publicRichard Levitte2022-10-061-0/+1
* Add {lib}_R_{lib}_LIB, for our engines and other "external" modulesRichard Levitte2022-10-051-1/+9
* OpenSSL::config: Fix trivial bugsRichard Levitte2022-09-291-2/+6
* OpenSSL::config: Fix VMS guessesRichard Levitte2022-09-291-6/+10
* OpenSSL::config: determine the MSVC target architecture by asking clRichard Levitte2022-09-291-3/+44
* Add documentation for the OPENSSL_gmtime functionsTodd Short2022-09-261-3/+0
* Allow PKCS12 export to set arbitrary bag attributesGraham Woodward2022-09-232-0/+3
* Add HPKE DHKEM provider support for EC, X25519 and X448.slontis2022-09-231-0/+2
* BIO_s_dgram_pairHugo Landau2022-09-232-0/+9
* Add documentation and test for EVP_PBE_alg_addDaniel Fiala2022-09-161-2/+0
* util/wrap.pl.in: Use parentheses so `kill` gets all its argumentsRichard Levitte2022-09-151-1/+1
* Add support for loading root CAs from Windows crypto APIHugo Landau2022-09-142-4/+3
* check-format.pl: improve whitespace reporting on <op>=Dr. David von Oheimb2022-09-023-3/+15
* check-format.pl: further fixes for whitespace reporting within 'for (...)'Dr. David von Oheimb2022-09-023-27/+40
* check-format.pl: report #if and #elif with constant condition; improve checks...Dr. David von Oheimb2022-09-023-13/+18
* check-format.pl: extend checking into macro bodies; small further improvementsDr. David von Oheimb2022-09-023-63/+188
* check-format.pl: improve preprocessor directive handling; re-order state vari...Dr. David von Oheimb2022-09-021-44/+51
* Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc.Dr. David von Oheimb2022-09-021-2/+0
* add missing CRMF API function OSSL_CRMF_CERTTEMPLATE_get0_publicKey()Dr. David von Oheimb2022-08-241-0/+1
* add missing doc of X509_REQ_get_extensions() and X509_REQ_add_extensions{,_ni...Dr. David von Oheimb2022-08-241-3/+0
* util/wrap.pl.in: If the subprocess died with a signal, let's re-signal itRichard Levitte2022-08-241-1/+4
* Add BSD-armv4 target based on linux-armv4Piotr Kubaj2022-08-221-0/+2
* BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau2022-08-192-0/+12
* Rename DTLS1_BITMAP to DTLS_BITMAPMatt Caswell2022-08-181-1/+1
* Make the record layer directly aware of EtMMatt Caswell2022-08-181-2/+3
* Add some documentation for X509_gmtime_adj()Matt Caswell2022-08-181-1/+0
* Give BIO_s_mem() the ability to support datagramsMatt Caswell2022-07-281-0/+1
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-201-0/+1
* check-format.pl: fix detection of missing/extra blank lines in local declsDr. David von Oheimb2022-07-203-15/+64
* check-format.pl: fix false positive on 'for(;; stmt)'Dr. David von Oheimb2022-07-202-0/+5
* check-format.pl: improve wording: 'no' -> 'missing'; further minor improvementsDr. David von Oheimb2022-07-201-27/+28
* Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb2022-07-191-0/+1
* CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb2022-07-161-0/+3
* CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb2022-06-282-1/+2
* Add initial demo-driven design demosHugo Landau2022-06-241-0/+2
* Added documentation for PEM_X509_INFO_read() and PEM_X509_INFO_read_bio()Allan2022-06-241-2/+0
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-224-10/+8
* Add OSSL_QUIC methods to headers and manual pagesTomas Mraz2022-06-031-0/+3
* mdl: Don't enforce one space after list markersRichard Levitte2022-05-191-0/+1