summaryrefslogtreecommitdiffstats
path: root/util/other.syms
AgeCommit message (Expand)Author
2022-12-08Move the description of the core types into their own pagesRichard Levitte
2022-12-08Better sorting of util/other.symsRichard Levitte
2022-04-27Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz
2022-02-24Undeprecate OPENSSL_VERSION_NUMBER and OpenSSL_version_num()Matt Caswell
2021-10-27EVP: Allow a fallback for operations that work with an EVP_PKEYRichard Levitte
2021-07-06err: remove ERR_GET_FUNC()Pauli
2021-06-10util: convert SHA* one shots back to being functionsPauli
2021-06-05Add documentation for newly added ASN1 functionsMatt Caswell
2021-06-01Add documentation of the old names kept as alias macrosTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-21Cleanup the missing*.txt filesMatt Caswell
2021-05-14Slightly reformat ssl.h.inRich Salz
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-05-08Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb
2021-05-05Deprecate X509{,_CRL}_http_nbio() and simplify their definitionDr. David von Oheimb
2021-05-04OCSP: Minor improvements of documentation and header fileDr. David von Oheimb
2021-02-22Note that the OSSL_CORE_MAKE_FUNC macro is reservedMatt Caswell
2021-02-22Add documentation for the macro OPENSSL_VERSION_PREREQMatt Caswell
2021-01-26TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb
2021-01-23OCSP HTTP: Restore API of undocumented and recently deprecated functionsDr. David von Oheimb
2021-01-19Deprecate OCSP_xxx API for OSSL_HTTP_xxxRich Salz
2021-01-13Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb
2020-12-13DOCS: Improve documentation of the EVP_PKEY typeRichard Levitte
2020-11-18Document some SSL DH related functions/macrosMatt Caswell
2020-10-20Deprecate EVP_PKEY_set1_tls_encodedpoint()Matt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell
2020-09-25Hide ECX_KEY againRichard Levitte
2020-09-20DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte
2020-09-20ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODERRichard Levitte
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre
2020-09-01Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb
2020-08-24STORE: Add missing function OSSL_STORE_LOADER_set_open_with_libctx()Richard Levitte
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-01DESERIALIZER: Refactor the constructor setting APIRichard Levitte
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte
2020-07-30Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-06-24evp_rand: documentationPauli
2020-05-13OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte
2020-04-11Initialize files that declare internal symbolsRichard Levitte
2020-04-02HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb
2020-03-25Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb
2020-03-10Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb
2020-02-18DOC: Add documentation related to X509_LOOKUPsRichard Levitte
2020-02-17improve CMP logging according to comments on CMP chunk 7 previewDr. David von Oheimb