summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* rand: add a strength argument to the BN and RAND RNG callsPauli2021-05-292-8/+21
* Rework and make DEBUG macros consistent.Rich Salz2021-05-283-15/+9
* Fix OCSP_sendreq_nbio arg orderjwalch2021-05-271-1/+1
* errors: update error message (to be squashed)Pauli2021-05-272-1/+2
* Use <> for #include openssl/xxxRich Salz2021-05-272-5/+5
* aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli2021-05-271-12/+13
* Deprecate old style BIO callback callsTomas Mraz2021-05-261-6/+10
* err: rename err_load_xxx_strings_int functionsPauli2021-05-2637-38/+38
* mac: add a getter for the MAC block size.Pauli2021-05-252-0/+2
* Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett2021-05-241-0/+4
* Add PBKDF1 to the legacy providerJon Spillett2021-05-241-0/+1
* Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis2021-05-241-4/+20
* Fix a memleak in the FIPS providerMatt Caswell2021-05-242-2/+3
* core: condition out more in FIPS buildsPauli2021-05-241-1/+3
* Update copyright yearMatt Caswell2021-05-203-3/+3
* Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte2021-05-201-2/+3
* Ensure mirroring of properties works for subsequent updatesMatt Caswell2021-05-201-0/+3
* Add a callback for providers to know about global properties changesMatt Caswell2021-05-203-1/+4
* Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell2021-05-202-0/+11
* Fix include/internal/sockets.h for VMSRichard Levitte2021-05-191-1/+2
* Fix include/openssl/e_os2.h for VMSRichard Levitte2021-05-191-2/+2
* Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary inputDr. David von Oheimb2021-05-192-2/+2
* bio_lib: Add BIO_get_line, correct doc of BIO_getsDr. David von Oheimb2021-05-191-0/+1
* Better error messages if there are no encoders/decoders/store loadersMatt Caswell2021-05-183-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
* Init the child providers immediately on creation of the child libctxMatt Caswell2021-05-151-1/+0
* Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb2021-05-141-2/+2
* HTTP client: Allow streaming of response data (with possibly indefinite length)Dr. David von Oheimb2021-05-141-5/+4
* HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb2021-05-141-1/+1
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-141-5/+6
* Slightly reformat ssl.h.inRich Salz2021-05-141-123/+96
* Convert SSL_{CTX}_[gs]et_options to 64Rich Salz2021-05-141-38/+38
* Replace EVP_PKEY_supports_digest_nidTomas Mraz2021-05-131-1/+2
* Drop ASN1_PKEY_CTRL_SUPPORTS_MD_NIDTomas Mraz2021-05-131-2/+1
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-132-11/+5
* make updateBenjamin Kaduk2021-05-121-0/+1
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-125-77/+78
* Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()Dr. David von Oheimb2021-05-121-1/+2
* encoder: add a _name() function for encoders and decodersPauli2021-05-122-0/+2
* Add OID for RPKI id-ct-signedChecklistJob Snijders2021-05-121-0/+4
* Don't convert pre-existing providers into childrenMatt Caswell2021-05-111-0/+5
* Add support for child provider to up_ref/free their parentMatt Caswell2021-05-113-3/+15
* Register callbacks with core for child provider creation/deletionMatt Caswell2021-05-112-16/+19
* Add the concept of a child OSSL_LIB_CTXMatt Caswell2021-05-117-2/+35
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-1/+6
* Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb2021-05-112-4/+4
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-114-3/+11
* ssl.h.in: Fix deprecation exclusion for SRP-related declarationsDr. David von Oheimb2021-05-081-2/+4
* Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb2021-05-083-17/+22