| Commit message (Expand) | Author | Files | Lines |
2020-12-15 | test: document the random test ordering env variable | Pauli | 1 | -0/+20 |
2020-12-15 | test: print OPENSSL_TEST_RAND_ORDER=x when a randomised test fails. | Pauli | 1 | -1/+1 |
2020-12-15 | Document OCSP_REQ_CTX_i2d. | Rich Salz | 2 | -7/+23 |
2020-12-15 | Deprecate OCSP_REQ_CTX_set1_req | Rich Salz | 4 | -7/+19 |
2020-12-15 | Skip tests depending on deprecated list -*-commands options | Dmitry Belyavskiy | 1 | -0/+2 |
2020-12-15 | Documenting the options deprecating in CHANGES.md | Dmitry Belyavskiy | 1 | -0/+6 |
2020-12-15 | Documenting the options deprecating | Dmitry Belyavskiy | 1 | -6/+15 |
2020-12-15 | Skip unavailable digests and ciphers in -*-commands | Dmitry Belyavskiy | 3 | -0/+74 |
2020-12-15 | Deprecate -cipher-commands and -digest-commands options | Dmitry Belyavskiy | 1 | -2/+7 |
2020-12-15 | OPENSSL_NO_GOST has nothing to do with low-level algos | Dmitry Belyavskiy | 1 | -1/+0 |
2020-12-14 | Configurations: PowerPC is big endian | Sebastian Andrzej Siewior | 1 | -0/+1 |
2020-12-14 | Change AES-CTS modes CS2 and CS3 to also be inside the fips module. | Shane Lontis | 5 | -165/+151 |
2020-12-14 | Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation. | Shane Lontis | 3 | -33/+111 |
2020-12-14 | Fix no-threads | Matt Caswell | 3 | -16/+26 |
2020-12-13 | openssl.pod: Fix openSSL options doc | Ankita Shetty | 35 | -72/+76 |
2020-12-13 | Remove unnecessary guards around MSBLOB and PVK readers and writers | Richard Levitte | 5 | -68/+20 |
2020-12-13 | PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4' | Richard Levitte | 4 | -90/+126 |
2020-12-13 | Building: Fix the library file names for MSVC builds to include multilib | Richard Levitte | 1 | -0/+11 |
2020-12-13 | DOCS: Improve documentation of the EVP_PKEY type | Richard Levitte | 4 | -23/+49 |
2020-12-12 | params: add integer conversion test cases. | Pauli | 1 | -3/+11 |
2020-12-12 | params: allow more variations in integer conversions. | Pauli | 1 | -36/+268 |
2020-12-11 | DOCS: Update OSSL_DECODER_CTX_new_by_EVP_PKEY.pod to match declarations | Richard Levitte | 2 | -11/+139 |
2020-12-11 | Fix some typos in EVP_PKEY-DH.pod | Matt Caswell | 1 | -4/+5 |
2020-12-11 | Skip cms tests using RC2 if no legacy provider | Matt Caswell | 1 | -0/+2 |
2020-12-11 | Don't run a legacy specific PKCS12 test if no legacy provider | Matt Caswell | 1 | -1/+1 |
2020-12-11 | Don't use the legacy provider in test_store if its not available | Matt Caswell | 1 | -3/+7 |
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 |