summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* QUIC FIFDHugo Landau2022-11-074-101/+149
* QUIC Frame-in-Flight Manager DesignHugo Landau2022-11-074-0/+504
* Add zlib oneshot compressionTodd Short2022-11-071-2/+8
* Fix documentation for some i2d return values.slontis2022-11-022-11/+13
* Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis2022-11-021-7/+23
* Update the pipelining docsMatt Caswell2022-11-021-2/+5
* fipsinstall: add -self_test_oninstall option.Pauli2022-11-021-0/+14
* rand: add set0 calls for the private and public DRBGsPauli2022-11-022-7/+25
* Fix parameter names for RSA private key exampleJoakim Antman2022-10-271-8/+13
* openssl list: Fix help text about -cipher-algorithms optionDaniel Fiala2022-10-241-3/+3
* doc: fix copy/paste errorPauli2022-10-241-1/+1
* Document the stack functions that are forgivingTomas Mraz2022-10-211-0/+7
* ripemd: document as being present in the default providerPauli2022-10-192-1/+11
* Update COMP_METHODTodd Short2022-10-181-2/+1
* Add support for compressed certificates (RFC8879)Todd Short2022-10-187-7/+247
* Add ZSTD compression support (RFC8478bis)Todd Short2022-10-182-10/+32
* Add brotli compression support (RFC7924)Todd Short2022-10-183-1/+173
* Fix documentation for OFB/OCB in the FIPS providerJoachim Vandersmissen2022-10-171-2/+2
* Fix typos in doc/designs/ddd/README.mdomahs2022-10-171-2/+2
* crypto: add preemptive threading supportČestmír Kalina2022-10-171-1/+26
* PKCS12_SAFEBAG_set0_attrs: Remove const from function signatureDaniel Fiala2022-10-131-1/+1
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-2/+2
* Add design document for the QUIC Stream Receive Buffers moduleTomas Mraz2022-10-071-0/+131
* Update the SSL_CTX_set1_groups documentationMatt Caswell2022-10-071-7/+9
* Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte2022-10-0734-41/+41
* Rename ossl_sleep() to OSSL_sleep() and make it publicRichard Levitte2022-10-062-0/+43
* Fix examples related to BIO_do_acceptDaniel Fiala2022-10-042-2/+9
* apps/speed.c: Lock buffer in memoryJuergen Christ2022-09-291-0/+5
* QUIC Flow ControlHugo Landau2022-09-261-0/+272
* Add documentation for the OPENSSL_gmtime functionsTodd Short2022-09-262-0/+68
* Allow PKCS12 export to set arbitrary bag attributesGraham Woodward2022-09-233-1/+58
* Extend the RX Depacketizer frame table with what packet types they are valid inRichard Levitte2022-09-231-34/+44
* Move the QUIC_CONNECTION typedef to internal headersRichard Levitte2022-09-231-1/+1
* Fix error return values from BIO_ctrl_(w)pending()Tomas Mraz2022-09-231-1/+6
* Add design document for the QUIC connection ID cache.Pauli2022-09-231-0/+287
* update overview with a note about many to one connection ID cachePauli2022-09-231-3/+4
* Add HPKE DHKEM provider support for EC, X25519 and X448.slontis2022-09-239-31/+264
* OSSL_PROVIDER_set_default_search_path() return valueolszomal2022-09-231-3/+4
* BIO_s_dgram_pairHugo Landau2022-09-233-0/+233
* APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb2022-09-203-5/+10
* Update documentation, standard input is expected to be in binary format tooPatrik Sevallius2022-09-201-2/+1
* Add documentation and test for EVP_PBE_alg_addDaniel Fiala2022-09-161-1/+13
* Fix a typo in the function nameAkshat Maheshwari2022-09-151-1/+1
* Add support for loading root CAs from Windows crypto APIHugo Landau2022-09-142-0/+119
* design: TX PacketiserPauli2022-09-131-0/+436
* time: add some additional utilities and document everythingPauli2022-09-131-12/+67
* list: add an option to list all available algorithmsPauli2022-09-111-0/+35
* APPS HTTP server: trace requests and responses when enabledDr. David von Oheimb2022-09-071-1/+1
* OSSL_trace_enabled.pod: add missing synopsis for OSSL_TRACE()Dr. David von Oheimb2022-09-071-0/+1
* Initial congestion control API designTomas Mraz2022-09-071-0/+243