summaryrefslogtreecommitdiffstats
path: root/crypto/err (follow)
Commit message (Expand)AuthorAgeFilesLines
* Print thread IDs nicely.Pauli2019-06-211-15/+7
* Provide an ability to deregister thread stop handlersMatt Caswell2019-06-191-1/+1
* Change ERR_add_error_[v]data to appendRich Salz2019-06-181-16/+25
* Tell the FIPS provider about thread stop eventsMatt Caswell2019-06-171-2/+2
* Convert thread stop handling into a publish/subscribe modelMatt Caswell2019-06-171-2/+3
* TLS1.3 FFDHE Supportraja-ashok2019-06-121-0/+2
* Make BIGNUM code available from within the FIPS moduleMatt Caswell2019-06-121-0/+1
* Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell2019-06-121-0/+1
* PBKDF2 updates to conform to SP800-132Shane Lontis2019-06-111-0/+5
* Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx2019-06-061-1/+2
* build_SYS_str_reasons: Fix a crash caused by overlong localesVitezslav Cizek2019-06-041-7/+9
* Add the content type attribute to additional CMS signerinfo.Shane Lontis2019-06-031-0/+2
* Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer2019-05-303-0/+4
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-291-1/+1
* Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis2019-05-271-0/+2
* Clear CRMF vs CMP confusionRichard Levitte2019-05-201-1/+1
* Added X963KDF APIShane Lontis2019-05-161-0/+2
* Coverity CID 1444960: Error handling issuesPauli2019-05-081-0/+1
* ssl: Add SSL_sendfileBoris Pismenny2019-05-071-0/+1
* Added generated files for EVP_KDF changesShane Lontis2019-05-031-0/+1
* Instead of global data store it in an OPENSSL_CTXMatt Caswell2019-05-021-0/+2
* Create provider errors and use themMatt Caswell2019-04-194-1/+28
* Implement AES CBC ciphers in the default providerMatt Caswell2019-04-191-0/+1
* Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell2019-04-191-0/+3
* Reseeding without derivation function is not supported in FIPS mode.Pauli2019-04-111-0/+3
* EVP_set_default_properties(): New function to set global propertiesRichard Levitte2019-04-051-0/+1
* Fix number clash: EVP_F_AESNI_XTS_INIT_KEY vs EVP_F_EVP_MD_BLOCK_SIZERichard Levitte2019-04-051-3/+3
* Move the AES-XTS mode duplicated key check into the init_key function ratherPauli2019-04-051-0/+4
* Correct EVP_F_EVP_MD_BLOCK_SIZE numberRichard Levitte2019-04-041-1/+1
* Support EVP_MD_block_size() with providersMatt Caswell2019-04-031-0/+1
* Replumbing: add a configuration module for providersRichard Levitte2019-04-031-0/+3
* Replumbing: add functionality to set provider parametersRichard Levitte2019-04-031-0/+2
* AES-XTS block limit.Pauli2019-04-031-0/+2
* Remove heartbeats completelyRichard Levitte2019-03-291-3/+0
* Make err_clear_constant_time really constant timeBernd Edlinger2019-03-221-26/+23
* Make EVP_Digest* functions provider awareMatt Caswell2019-03-211-0/+5
* Replumbing: Add a mechanism to pre-populate the provider storeRichard Levitte2019-03-191-0/+2
* Replumbing: add fallback provider capabilityRichard Levitte2019-03-191-0/+1
* Single step kdf implementationShane Lontis2019-03-191-1/+8
* Support SM2 certificate verification杨洋2019-03-131-0/+2
* 2nd chunk: CRMF code (crypto/crmf/, ) and its integrationDavid von Oheimb2019-03-124-0/+47
* added generated filesShane Lontis2019-03-121-1/+13
* Replumbing: New public API to load or add providersRichard Levitte2019-03-111-0/+1
* Replumbing: Add the Provider Object, type OSSL_PROVIDERRichard Levitte2019-03-111-0/+4
* Implement SSH KDFSimo Sorce2019-02-271-0/+7
* Don't interleave handshake and other record types in TLSv1.3Matt Caswell2019-02-191-0/+2
* generated filesPauli2019-02-181-0/+19
* Properties for implementation selection.Pauli2019-02-182-1/+4
* SCA hardening for mod. field inversion in EC_GROUPBilly Brumley2019-02-171-0/+4
* Added new EVP/KDF API.David Makepeace2019-02-131-0/+25