summaryrefslogtreecommitdiff
path: root/include/internal/cryptlib.h
Commit message (Expand)AuthorAgeFilesLines
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-101/+2
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-4/+14
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-0/+6
* core: condition out more in FIPS buildsPauli2021-05-241-1/+3
* Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb2021-05-181-48/+0
* Fix a use-after-free in the child provider codeMatt Caswell2021-05-171-0/+1
* Add support for child provider to up_ref/free their parentMatt Caswell2021-05-111-1/+3
* Add the concept of a child OSSL_LIB_CTXMatt Caswell2021-05-111-1/+2
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-1/+6
* Create libcrypto support for BIO_new_from_core_bio()Matt Caswell2021-05-041-3/+4
* Store the list of activated providers in the libctxMatt Caswell2021-04-281-1/+2
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-011-2/+10
* Add ossl_asn1 symbolsShane Lontis2021-03-181-2/+2
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-4/+4
* Fix external symbols for crypto_*Shane Lontis2021-03-181-11/+11
* include/internal: add a few missing #pragma once directivesFdaSilvaYY2021-02-101-0/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Use centralized fetching errorsRichard Levitte2021-01-121-0/+1
* Add ossl_is_absolute_path function to detect absolute pathsTomas Mraz2020-11-111-0/+16
* Avoid duplicate ends_with_dirsep functionsTomas Mraz2020-11-111-0/+14
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-46/+46
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+4
* STORE: Add the base functions to support provider based loadersRichard Levitte2020-08-241-1/+2
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-2/+2
* DESERIALIZER: Add foundation for deserializersRichard Levitte2020-07-241-4/+5
* CORE: Add an internal function to distinguish the global default contextRichard Levitte2020-06-281-0/+1
* property: Move global default properties to the library context.Pauli2020-06-231-1/+2
* Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis2020-05-261-0/+4
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-161-1/+2
* Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb2020-05-051-0/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Put an error on the stack in the event of a fetch failureMatt Caswell2020-03-271-0/+1
* Extract sk_ASN1_UTF8STRING2text() from ts_get_status_text() in ts_rsp_verify....Dr. David von Oheimb2020-03-101-0/+3
* Don't exclude quite so much in a no-sock buildDr. David von Oheimb2020-02-211-0/+37
* Add FIPS Self test kats for digestsShane Lontis2020-01-151-1/+2
* SERIALIZER: New API for serialization of objects through providersRichard Levitte2019-11-291-1/+2
* crypto/evp/evp_fetch.c: Make it more prominent that these functions are EVPRichard Levitte2019-10-311-1/+1
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-111-0/+1
* Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger2019-09-011-0/+4
* Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz2019-07-171-3/+0
* Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger2019-06-261-2/+3
* Tell the FIPS provider about thread stop eventsMatt Caswell2019-06-171-1/+2
* Provide a version of ossl_init_thread_start that works in FIPS modeMatt Caswell2019-06-171-1/+2
* Add the function openssl_ctx_get_concrete()Matt Caswell2019-06-171-0/+2
* Move the rand_nonce_lock code into drbg_lib.cMatt Caswell2019-06-071-2/+3
* Make the rand_crng code OPENSSL_CTX awareMatt Caswell2019-06-071-1/+2
* Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell2019-06-071-1/+2
* Create internal number<->name mapping APIRichard Levitte2019-05-121-1/+2
* ossl_bsearch(): New generic internal binary search utility functionRichard Levitte2019-05-081-0/+11