aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* list: add a doubly linked list type.Pauli2022-09-051-0/+126
* Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc.Dr. David von Oheimb2022-09-025-116/+152
* Document the return value of OSSL_LIB_CTX_load_config()Tomas Mraz2022-09-011-1/+3
* Fix documented max. length for info buffer in HKDFTobias Brunner2022-09-011-1/+1
* Fix man page to indicate SHA256 MAC for PKCS12Stefanos Harhalakis2022-08-301-1/+1
* Add design requirements for QUIC packet demuxerTomas Mraz2022-08-291-0/+47
* QUIC ACK Manager, Statistics Manager and Congestion Control APIHugo Landau2022-08-244-2/+626
* CMP: correct handling of fallback subject in OSSL_CMP_CTX_setup_CRM() and its...Dr. David von Oheimb2022-08-242-12/+22
* add missing CRMF API function OSSL_CRMF_CERTTEMPLATE_get0_publicKey()Dr. David von Oheimb2022-08-241-5/+10
* X509: clean up doc and implementation of X509{,_REQ}_check_private_key()Dr. David von Oheimb2022-08-241-9/+9
* add missing doc of X509_REQ_get_extensions() and X509_REQ_add_extensions{,_ni...Dr. David von Oheimb2022-08-242-0/+56
* OSSL_HTTP_REQ_CTX_nbio: add support for partial content-type string matchingDr. David von Oheimb2022-08-232-4/+20
* Fix typo in migration guideTobias Nießen2022-08-231-1/+1
* Fix doc-nitsTodd Short2022-08-221-25/+3
* Clarify dashes are required for openssl list commandJeff Croxell2022-08-191-7/+7
* BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau2022-08-193-1/+252
* Add some documentation for X509_gmtime_adj()Matt Caswell2022-08-181-16/+21
* X509: Add "code sign" as purpose for verification of certificatesLutz Jaenicke2022-08-183-2/+4
* Clarify documentation in regards to EC key parametersTomas Mraz2022-08-182-1/+6
* Rename "RX Frame Handler" to "RX Depacketizer" in the overviewRichard Levitte2022-08-182-70/+70
* RX depacketizer (QUIC)Richard Levitte2022-08-181-0/+195