summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz2023-01-271-1/+1
* QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau2023-01-271-0/+1
* QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau2023-01-271-0/+1
* add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb2023-01-261-0/+1
* Adding a separated build settings for BSD flavorsDavid Carlier2023-01-201-0/+3
* PKCS12 - Add additional libctx and propq support.slontis2023-01-162-2/+3
* QUIC API: Rename want_net_read and want_net_writeHugo Landau2023-01-131-2/+2
* QUIC CSM: Tweak docs for tick functions, add DTLSv1 docsHugo Landau2023-01-131-0/+2
* QUIC: make updateHugo Landau2023-01-132-0/+11
* Documentation for EVP_PKEY_CTX_get0_pkey() and EVP_PKEY_CTX_get0_peerkey().Nikhil Bisht2023-01-101-2/+0
* Write SSL_R alerts to error state to keep updated stringsTomas Mraz2023-01-051-1/+1
* BIO_s_dgram: add documentation and hazard warningsHugo Landau2022-12-153-9/+7
* Move the description of the core types into their own pagesRichard Levitte2022-12-081-0/+5
* Better sorting of util/other.symsRichard Levitte2022-12-081-5/+5
* Fix treatment of BUILD_METADATARichard Levitte2022-12-081-0/+1
* Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.Patrick Mills2022-12-061-0/+1
* QUIC Connection State Machine Design DocumentHugo Landau2022-12-031-0/+1
* Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell2022-11-251-0/+20
* add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb2022-11-251-0/+1
* CMP: add API functions OSSL_CMP_CTX_get0_libctx() and OSSL_CMP_CTX_get0_propq()Dr. David von Oheimb2022-11-231-0/+2
* Improve FIPS RSA keygen performance.slontis2022-11-211-0/+1
* Add doc for EVP_ASYM_CIPHER-RSA and clean up OSSL_PROVIDER-FIPS.pod.slontis2022-11-181-37/+0
* ParseC.pm: gracefully handle DOS-style end-of-line in source filesDr. David von Oheimb2022-11-181-1/+1
* Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell2022-11-141-1/+1
* Rename SSL3_BUFFER to TLS_BUFFERMatt Caswell2022-11-141-1/+1
* 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