aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Make the ASYNC code default libctx awareMatt Caswell2020-06-282-0/+19
* CORE: Add an internal function to distinguish the global default contextRichard Levitte2020-06-282-6/+22
* CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte2020-06-281-21/+54
* Update copyright yearMatt Caswell2020-06-255-5/+5
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-2414-255/+255
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-249-9/+9
* evp_rand: documentationPauli2020-06-242-1/+36
* fips rand: DRBG KAT self test updates to provider model.Pauli2020-06-241-0/+7
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-247-1195/+471
* rand: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre2020-06-243-1119/+0
* rand: move rand_{unix,vms,vxworks,win}.c without change to preserve historyDr. Matthias St. Pierre2020-06-244-1832/+0
* params: add OSSL_PARAM helpers for time_t.Pauli2020-06-242-0/+34
* CRNGT: continuous DRBG tests for providersPauli2020-06-244-655/+21
* rand: set up EVP and DRBG infrastructure for RAND from providers.Pauli2020-06-241-35/+169
* Move CRNG test to providersPauli2020-06-241-139/+0
* rand: core APIs for provider friendly random.Pauli2020-06-246-2/+492
* property: correctly set the has optional flag when merging property listsPauli2020-06-231-0/+2
* property: Move global default properties to the library context.Pauli2020-06-235-110/+97
* Fix potential double free in rsa_keygen pairwise test.Shane Lontis2020-06-231-0/+6
* serialization: break the provider locating code to avoid deadlock.Pauli2020-06-233-56/+71
* Fix wrong return value check of mmap functionTristan Bauer2020-06-231-1/+1
* Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb2020-06-225-31/+30
* Print CPUINFO also for s390 processorsPatrick Steuer2020-06-221-1/+43
* Flag RSA secret BNs as consttime on keygen and checksNicola Tuveri2020-06-214-10/+72
* Fix `no-ts` builds.FdaSilvaYY2020-06-211-1/+2
* namemap: change ossl_namemap_empty() to do what the documentation says.Pauli2020-06-211-6/+19
* Build: Remove faulty DES assembler specRichard Levitte2020-06-201-1/+0
* Ensure creating an EC public key uses the libctxMatt Caswell2020-06-192-16/+30
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-199-34/+67
* Provider a better error message if we fail to copy parametersMatt Caswell2020-06-191-0/+1
* Make sure we save the copy function when registering a new KeymgmtMatt Caswell2020-06-191-0/+4
* Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell2020-06-195-7/+36
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-197-49/+47
* Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell2020-06-192-1/+22
* Remove whitespace from 'white space'haykam8212020-06-195-6/+6
* Add ACVP fips module testsShane Lontis2020-06-1717-197/+489
* Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri2020-06-162-185/+200
* Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb2020-06-163-51/+71
* Add OPENSSL_strdup failure check to cpt_ctrl() in bss_acpt.cDr. David von Oheimb2020-06-161-2/+4
* Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_addressDr. David von Oheimb2020-06-161-7/+18
* EVP: allow empty strings to EVP_Decode* functionsRichard Levitte2020-06-161-1/+1
* Fix logic error for building x86 CAST assemblyBenjamin Kaduk2020-06-141-1/+1
* Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-132-79/+90
* Bug fix in ossl_cmp_hdr_init(): sould not remember recipient as expected senderDr. David von Oheimb2020-06-131-4/+0
* Bug fix in ossl_cmp_certRep_new(): must allocate empty extraCerts stackDr. David von Oheimb2020-06-131-2/+6
* Make CMP server use same protection for response as for requestDr. David von Oheimb2020-06-135-30/+37
* Fill in transactionID on any error in OSSL_CMP_SRV_process_request()Dr. David von Oheimb2020-06-131-6/+10
* Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-134-33/+32
* Improve cert checking diagnostics of OSSL_CMP_validate_msg()Dr. David von Oheimb2020-06-131-26/+45
* Remove misleading diagnostics on pinned sender cert in OSSL_CMP_validate_msg()Dr. David von Oheimb2020-06-131-3/+0