| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt | Dr. David von Oheimb | 2020-07-05 | 6 | -0/+0 |
* | coverity 1464984: Null pointer dereferences | Pauli | 2020-07-05 | 1 | -3/+3 |
* | rand: avoid caching RNG parameters. | Pauli | 2020-07-05 | 2 | -29/+14 |
* | Refactor the EVP_RAND code to make locking issues less likely | Pauli | 2020-07-05 | 1 | -67/+149 |
* | rand: fix recursive locking issue. | Pauli | 2020-07-05 | 1 | -18/+11 |
* | Ensure a string is properly terminated in http_client.c | Matt Caswell | 2020-07-03 | 1 | -4/+9 |
* | Fix memory leaks on OSSL_SERIALIZER_CTX_new_by_EVP_PKEY | Nicola Tuveri | 2020-07-02 | 1 | -2/+3 |
* | X509v3_cache_extensions(): Improve coding style and doc, fix case 'sha1 == NULL' | Dr. David von Oheimb | 2020-07-01 | 1 | -26/+39 |
* | Add X509_self_signed(), extending and improving documenation and tests | Dr. David von Oheimb | 2020-07-01 | 2 | -20/+37 |
* | Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued() | Dr. David von Oheimb | 2020-07-01 | 2 | -24/+18 |
* | Optimization and safety precaution in find_issuer() of x509_vfy.c: | Dr. David von Oheimb | 2020-07-01 | 1 | -1/+5 |
* | Refactor (without semantic changes) crypto/x509/{v3_purp.c,x509_vfy.c} | Dr. David von Oheimb | 2020-07-01 | 4 | -55/+77 |
* | Improve documentation, layout, and code comments regarding self-issued certs ... | Dr. David von Oheimb | 2020-07-01 | 3 | -37/+40 |
* | Fix CID-1464802 | Shane Lontis | 2020-06-30 | 2 | -5/+5 |
* | Make the ASYNC code default libctx aware | Matt Caswell | 2020-06-28 | 2 | -0/+19 |
* | CORE: Add an internal function to distinguish the global default context | Richard Levitte | 2020-06-28 | 2 | -6/+22 |
* | CORE: Add OPENSSL_CTX_set0_default(), to set a default library context | Richard Levitte | 2020-06-28 | 1 | -21/+54 |
* | Update copyright year | Matt Caswell | 2020-06-25 | 5 | -5/+5 |
* | Make the naming scheme for dispatched functions more consistent | Dr. Matthias St. Pierre | 2020-06-24 | 14 | -255/+255 |
* | Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h> | Dr. Matthias St. Pierre | 2020-06-24 | 9 | -9/+9 |
* | evp_rand: documentation | Pauli | 2020-06-24 | 2 | -1/+36 |
* | fips rand: DRBG KAT self test updates to provider model. | Pauli | 2020-06-24 | 1 | -0/+7 |
* | CTR, HASH and HMAC DRBGs in provider | Pauli | 2020-06-24 | 7 | -1195/+471 |
* | rand: move drbg_{ctr,hash,hmac}.c without change to preserve history | Dr. Matthias St. Pierre | 2020-06-24 | 3 | -1119/+0 |
* | rand: move rand_{unix,vms,vxworks,win}.c without change to preserve history | Dr. Matthias St. Pierre | 2020-06-24 | 4 | -1832/+0 |
* | params: add OSSL_PARAM helpers for time_t. | Pauli | 2020-06-24 | 2 | -0/+34 |
* | CRNGT: continuous DRBG tests for providers | Pauli | 2020-06-24 | 4 | -655/+21 |
* | rand: set up EVP and DRBG infrastructure for RAND from providers. | Pauli | 2020-06-24 | 1 | -35/+169 |
* | Move CRNG test to providers | Pauli | 2020-06-24 | 1 | -139/+0 |
* | rand: core APIs for provider friendly random. | Pauli | 2020-06-24 | 6 | -2/+492 |
* | property: correctly set the has optional flag when merging property lists | Pauli | 2020-06-23 | 1 | -0/+2 |
* | property: Move global default properties to the library context. | Pauli | 2020-06-23 | 5 | -110/+97 |
* | Fix potential double free in rsa_keygen pairwise test. | Shane Lontis | 2020-06-23 | 1 | -0/+6 |
* | serialization: break the provider locating code to avoid deadlock. | Pauli | 2020-06-23 | 3 | -56/+71 |
* | Fix wrong return value check of mmap function | Tristan Bauer | 2020-06-23 | 1 | -1/+1 |
* | Fix CMP -days option range checking and test failing with enable-ubsan | Dr. David von Oheimb | 2020-06-22 | 5 | -31/+30 |
* | Print CPUINFO also for s390 processors | Patrick Steuer | 2020-06-22 | 1 | -1/+43 |
* | Flag RSA secret BNs as consttime on keygen and checks | Nicola Tuveri | 2020-06-21 | 4 | -10/+72 |
* | Fix `no-ts` builds. | FdaSilvaYY | 2020-06-21 | 1 | -1/+2 |
* | namemap: change ossl_namemap_empty() to do what the documentation says. | Pauli | 2020-06-21 | 1 | -6/+19 |
* | Build: Remove faulty DES assembler spec | Richard Levitte | 2020-06-20 | 1 | -1/+0 |
* | Ensure creating an EC public key uses the libctx | Matt Caswell | 2020-06-19 | 2 | -16/+30 |
* | Add more complete support for libctx/propq in the EC code | Matt Caswell | 2020-06-19 | 9 | -34/+67 |
* | Provider a better error message if we fail to copy parameters | Matt Caswell | 2020-06-19 | 1 | -0/+1 |
* | Make sure we save the copy function when registering a new Keymgmt | Matt Caswell | 2020-06-19 | 1 | -0/+4 |
* | Make EVP_PKEY_CTX_[get|set]_group_name work for DH too | Matt Caswell | 2020-06-19 | 5 | -7/+36 |
* | Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more generic | Matt Caswell | 2020-06-19 | 7 | -49/+47 |
* | Add the OSSL_PROVIDER_get_capabilities() API function | Matt Caswell | 2020-06-19 | 2 | -1/+22 |
* | Remove whitespace from 'white space' | haykam821 | 2020-06-19 | 5 | -6/+6 |
* | Add ACVP fips module tests | Shane Lontis | 2020-06-17 | 17 | -197/+489 |