summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* der_writer: Use uint32_t instead of long.Daniel Fiala2022-06-272-4/+4
* Add initial demo-driven design demosHugo Landau2022-06-249-0/+2187
* Added documentation for PEM_X509_INFO_read() and PEM_X509_INFO_read_bio()Allan2022-06-241-5/+17
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-224-5/+32
* doc: document the new internal time APIPauli2022-06-221-0/+96
* doc: priority queue documentationPauli2022-06-221-0/+125
* Add dgram API discussionHugo Landau2022-06-221-0/+487
* Fix documentation of BIO_FLAGS_BASE64_NO_NLFraser Tweedale2022-06-161-3/+2
* Fix for OSSL_PARAM sample code referencing OSSL_PARAM_UTF8_PTRMichael Baentsch2022-06-163-11/+14
* Update SIV mode documentationTodd Short2022-06-091-9/+20
* High level overview of QUIC ImplementationTomas Mraz2022-06-082-0/+739
* Enable setting SSL_CERT_FLAG_TLS_STRICT with ssl configTomas Mraz2022-06-031-0/+3
* Add OSSL_QUIC methods to headers and manual pagesTomas Mraz2022-06-032-0/+62
* doc: Fix keymgmt functions parameters Ladislav Marko2022-06-011-2/+2
* OSSL_trace_enabled.pod and OSSL_trace_set_channel.pod: improve docDr. David von Oheimb2022-05-302-15/+31
* http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb2022-05-304-4/+25
* The -no_legacy_server_connect option applies to clientTomas Mraz2022-05-272-1/+1
* Fix the defective check of EVP_PKEY_get_paramsPeiwei Hu2022-05-261-1/+1
* Add more SRTP protection profilesKijin Kim2022-05-231-0/+32
* Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz2022-05-211-9/+6
* openssl-ca.pod.in: Minor grammar fixJoshua Arnott2022-05-191-1/+1
* Add basic RISC-V cpuid and OPENSSL_riscvcapHenry Brausen2022-05-191-2/+2
* Documentation: X509_V_ERR_CERT_CHAIN_TOO_LONG is not unusedThomas Bellebaum2022-05-181-1/+1
* Fix BIO_get_ktls_send/recv to return 0 or 1 onlyTomas Mraz2022-05-161-4/+4
* Correct padding mode flag name for EVP_PKEY_decrypt/encrypt() examplesDimitry Andric2022-05-092-2/+2
* doc: Fix RSA public key parametersAhmed JELIJLI2022-05-091-1/+1
* Add documentation for key validation that indicates the difference between theslontis2022-05-0916-33/+145
* doc: add not that DTLS 1.0, TLS 1.1 and before are disabled at security level 1Pauli2022-05-081-6/+5
* Remove the _fetch_by_number functionsPauli2022-05-061-18/+1
* Make it possible to remove methods by the provider that provides themRichard Levitte2022-05-051-2/+10
* Don't empty the method store when flushing the query cacheRichard Levitte2022-05-051-4/+4
* Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte2022-05-051-7/+1
* crmf_lib.c: Make sure Ed signature for POPO is called without digestDr. David von Oheimb2022-05-051-2/+4
* X509{,_LOOKUP}: Improve distinction between not found and fatal/internal errorDr. David von Oheimb2022-05-044-7/+74
* Update copyright yearMatt Caswell2022-05-03129-129/+129
* Update Paul's pgp key signaturePauli2022-05-031-1/+1
* doc: replace "symmetric cipher" phrase in EVP_MD manpagesJan Engelhardt2022-04-2711-11/+11
* pem_password_cb(3): References to other man pagesEasySec2022-04-261-2/+2
* Add Tomas Mraz key to release key fingerprintsTomas Mraz2022-04-221-0/+3
* Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy2022-04-222-0/+53
* Fix small typo in X509v3_get_ext_by_NID() man pageEasySec2022-04-191-1/+1
* doc: Clarify that calling SSL_set_session(ssl, NULL) is a correct use case.EasySec2022-04-191-1/+2
* Add an initial QUIC Technical requirements documentMatt Caswell2022-04-121-0/+202
* s390: Add new machine generationJuergen Christ2022-04-121-3/+3
* Document {SSL|SSL_CTX}_set_{purpose|trust}()Hugo Landau2022-04-071-3/+19
* Document SSL_CTX_get_ssl_methodHugo Landau2022-04-071-2/+10
* Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau2022-04-061-1/+12
* Document the fact that setting a BIO create function means the BIO will no lo...Arran Cudbard-Bell2022-04-051-1/+4
* CMS sign digestViktor Söderqvist2022-04-022-4/+32
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-011-69/+12