| Commit message (Expand) | Author | Files | Lines |
2020-12-11 | Don't load the legacy provider in test_evp_libctx unnecessarily | Matt Caswell | 1 | -1/+1 |
2020-12-11 | Don't load the legacy provider if not available in test_enc_more | Matt Caswell | 1 | -1/+7 |
2020-12-11 | Skip testing ciphers in the legacy provider if no legacy | Matt Caswell | 1 | -2/+6 |
2020-12-11 | Don't load the legacy provider in endecoder_legacy_test | Matt Caswell | 1 | -1/+1 |
2020-12-11 | Don't use legacy provider if not available in test_ssl_old | Matt Caswell | 1 | -2/+7 |
2020-12-11 | Fix sslapitest.c if built with no-legacy | Matt Caswell | 1 | -1/+10 |
2020-12-11 | Skip evp_test cases where we need the legacy prov and its not available | Matt Caswell | 12 | -0/+306 |
2020-12-11 | Don't use no-asm in the Github CIs | Matt Caswell | 1 | -3/+3 |
2020-12-11 | Add fips self tests for all included kdf | Shane Lontis | 4 | -2/+238 |
2020-12-11 | Add validate method to ECX keymanager | Shane Lontis | 2 | -20/+152 |
2020-12-10 | apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu... | Dr. David von Oheimb | 5 | -57/+70 |
2020-12-10 | openssl_hexstr2buf_sep(): Prevent misleading 'malloc failure' errors on short... | Dr. David von Oheimb | 5 | -2/+11 |
2020-12-10 | v2i_AUTHORITY_KEYID(): Correct out-of-memory behavior and avoid mem leaks | Dr. David von Oheimb | 1 | -8/+9 |
2020-12-10 | X509V3_EXT_add_nconf_sk(): Improve description and use of 'sk' arg, which may... | Dr. David von Oheimb | 1 | -3/+3 |
2020-12-10 | openssl-ca.pod.in: Clarify the -extensions/-crlexts options vs. x509_extensio... | Dr. David von Oheimb | 1 | -6/+6 |
2020-12-10 | apps/x509.c: Factor out common aspects of X509 signing | Dr. David von Oheimb | 1 | -38/+18 |
2020-12-10 | apps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ,_CRL} code to apps/lib/... | Dr. David von Oheimb | 2 | -144/+146 |
2020-12-10 | apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3 | Dr. David von Oheimb | 3 | -24/+17 |
2020-12-10 | x509v3_config.pod: Clarify semantics of subjectKeyIdentifier and authorityKey... | Dr. David von Oheimb | 2 | -15/+21 |
2020-12-10 | apps/req.c: Improve diagnostics on multiple/overriding X.509 extensions defin... | Dr. David von Oheimb | 1 | -11/+13 |
2020-12-10 | Use adapted test_get_libctx() for simpler test setup and better error reporting | Dr. David von Oheimb | 14 | -96/+57 |
2020-12-09 | Read MIDR_EL1 system register on aarch64 | Fangming.Fang | 3 | -0/+62 |
2020-12-09 | Test that we can negotiate TLSv1.3 if we have an SNI callback | Matt Caswell | 1 | -0/+59 |
2020-12-09 | Modify is_tls13_capable() to take account of the servername cb | Matt Caswell | 1 | -2/+13 |
2020-12-09 | v3nametest: Make the gennames structure static | Tomas Mraz | 1 | -1/+1 |
2020-12-09 | Fix typo in OPENSSL_malloc.pod | Nan Xiao | 1 | -1/+1 |
2020-12-09 | rand: allow seed-src to be missing | Pauli | 1 | -1/+4 |
2020-12-09 | rand: don't leak memory | Pauli | 1 | -1/+1 |
2020-12-09 | rand seed: include lock and unlock functions. | Pauli | 1 | -0/+13 |
2020-12-09 | Fix error clash in build | Pauli | 2 | -2/+2 |
2020-12-09 | rand: add a provider side seed source. | Pauli | 10 | -3/+348 |
2020-12-08 | TLS: Use EVP_PKEY_get_group_name() to get the group name | Richard Levitte | 3 | -18/+18 |
2020-12-08 | EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkey | Richard Levitte | 9 | -69/+107 |
2020-12-08 | EVP: constify the EVP_PKEY_get_*_param() argument |pkey| | Richard Levitte | 4 | -21/+29 |
2020-12-08 | Add MAP_CONCEAL from OpenBSD which has similar purpose but on mmap | David Carlier | 1 | -1/+4 |
2020-12-08 | CRYPTO_secure_malloc_init: Add FreeBSD support for secure-malloc dont-dump-re... | David Carlier | 1 | -0/+3 |
2020-12-08 | STORE: clear err after ossl_store_get0_loader_int | Daniel Bevenius | 2 | -1/+42 |
2020-12-08 | Fix no-err | Matt Caswell | 1 | -53/+58 |
2020-12-08 | Fix a compilation failure with no-tls_1_2 | Matt Caswell | 1 | -1/+1 |
2020-12-08 | Fix a test failure with no-tls1_3 | Matt Caswell | 1 | -3/+19 |
2020-12-08 | providers/common/der/build.info: Improve checks of disabled algos | Richard Levitte | 1 | -47/+58 |
2020-12-08 | Update CHANGES and NEWS for new release | Matt Caswell | 2 | -2/+16 |
2020-12-08 | Add a test for encoding/decoding using an invalid ASN.1 Template | Matt Caswell | 2 | -0/+69 |
2020-12-08 | Add a test for GENERAL_NAME_cmp | Matt Caswell | 1 | -0/+344 |
2020-12-08 | Complain if we are attempting to encode with an invalid ASN.1 template | Matt Caswell | 1 | -0/+16 |
2020-12-08 | Check that multi-strings/CHOICE types don't use implicit tagging | Matt Caswell | 4 | -0/+22 |
2020-12-08 | Correctly compare EdiPartyName in GENERAL_NAME_cmp() | Matt Caswell | 1 | -3/+42 |
2020-12-08 | DirectoryString is a CHOICE type and therefore uses explicit tagging | Matt Caswell | 1 | -2/+3 |
2020-12-07 | Deprecate EC_POINT_bn2point and EC_POINT_point2bn. | Shane Lontis | 10 | -118/+168 |
2020-12-07 | Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separator | Shane Lontis | 5 | -11/+18 |