2020-12-11 |
Matt Caswell | Don't load the legacy provider in test_evp_libctx unnec... |
commit | commitdiff | tree |
2020-12-11 |
Matt Caswell | Don't load the legacy provider if not available in... |
commit | commitdiff | tree |
2020-12-11 |
Matt Caswell | Skip testing ciphers in the legacy provider if no legacy |
commit | commitdiff | tree |
2020-12-11 |
Matt Caswell | Don't load the legacy provider in endecoder_legacy_test |
commit | commitdiff | tree |
2020-12-11 |
Matt Caswell | Don't use legacy provider if not available in test_ssl_old |
commit | commitdiff | tree |
2020-12-11 |
Matt Caswell | Fix sslapitest.c if built with no-legacy |
commit | commitdiff | tree |
2020-12-11 |
Matt Caswell | Skip evp_test cases where we need the legacy prov and... |
commit | commitdiff | tree |
2020-12-11 |
Matt Caswell | Don't use no-asm in the Github CIs |
commit | commitdiff | tree |
2020-12-11 |
Shane Lontis | Add fips self tests for all included kdf |
commit | commitdiff | tree |
2020-12-11 |
Shane Lontis | Add validate method to ECX keymanager |
commit | commitdiff | tree |
2020-12-10 |
Dr. David von... | apps/{ca,req,x509}.c: Improve diag and doc mostly on... |
commit | commitdiff | tree |
2020-12-10 |
Dr. David von... | openssl_hexstr2buf_sep(): Prevent misleading 'malloc... |
commit | commitdiff | tree |
2020-12-10 |
Dr. David von... | v2i_AUTHORITY_KEYID(): Correct out-of-memory behavior... |
commit | commitdiff | tree |
2020-12-10 |
Dr. David von... | X509V3_EXT_add_nconf_sk(): Improve description and... |
commit | commitdiff | tree |
2020-12-10 |
Dr. David von... | openssl-ca.pod.in: Clarify the -extensions/-crlexts... |
commit | commitdiff | tree |
2020-12-10 |
Dr. David von... | apps/x509.c: Factor out common aspects of X509 signing |
commit | commitdiff | tree |
2020-12-10 |
Dr. David von... | apps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ... |
commit | commitdiff | tree |
2020-12-10 |
Dr. David von... | apps/{req,x509,ca}.c: Clean up code setting X.509 cert... |
commit | commitdiff | tree |
2020-12-10 |
Dr. David von... | x509v3_config.pod: Clarify semantics of subjectKeyIdent... |
commit | commitdiff | tree |
2020-12-10 |
Dr. David von... | apps/req.c: Improve diagnostics on multiple/overriding... |
commit | commitdiff | tree |
2020-12-10 |
Dr. David von... | Use adapted test_get_libctx() for simpler test setup... |
commit | commitdiff | tree |
2020-12-09 |
Fangming.Fang | Read MIDR_EL1 system register on aarch64 |
commit | commitdiff | tree |
2020-12-09 |
Matt Caswell | Test that we can negotiate TLSv1.3 if we have an SNI... |
commit | commitdiff | tree |
2020-12-09 |
Matt Caswell | Modify is_tls13_capable() to take account of the server... |
commit | commitdiff | tree |
2020-12-09 |
Tomas Mraz | v3nametest: Make the gennames structure static |
commit | commitdiff | tree |
2020-12-09 |
Nan Xiao | Fix typo in OPENSSL_malloc.pod |
commit | commitdiff | tree |
2020-12-09 |
Pauli | rand: allow seed-src to be missing |
commit | commitdiff | tree |
2020-12-09 |
Pauli | rand: don't leak memory |
commit | commitdiff | tree |
2020-12-09 |
Pauli | rand seed: include lock and unlock functions. |
commit | commitdiff | tree |
2020-12-09 |
Pauli | Fix error clash in build |
commit | commitdiff | tree |
2020-12-09 |
Pauli | rand: add a provider side seed source. |
commit | commitdiff | tree |
2020-12-08 |
Richard Levitte | TLS: Use EVP_PKEY_get_group_name() to get the group... |
commit | commitdiff | tree |
2020-12-08 |
Richard Levitte | EVP: Add EVP_PKEY_get_group_name() to extract the group... |
commit | commitdiff | tree |
2020-12-08 |
Richard Levitte | EVP: constify the EVP_PKEY_get_*_param() argument ... |
commit | commitdiff | tree |
2020-12-08 |
David Carlier | Add MAP_CONCEAL from OpenBSD which has similar purpose... |
commit | commitdiff | tree |
2020-12-08 |
David Carlier | CRYPTO_secure_malloc_init: Add FreeBSD support for... |
commit | commitdiff | tree |
2020-12-08 |
Daniel Bevenius | STORE: clear err after ossl_store_get0_loader_int |
commit | commitdiff | tree |
2020-12-08 |
Matt Caswell | Fix no-err |
commit | commitdiff | tree |
2020-12-08 |
Matt Caswell | Fix a compilation failure with no-tls_1_2 |
commit | commitdiff | tree |
2020-12-08 |
Matt Caswell | Fix a test failure with no-tls1_3 |
commit | commitdiff | tree |
2020-12-08 |
Richard Levitte | providers/common/der/build.info: Improve checks of... |
commit | commitdiff | tree |
2020-12-08 |
Matt Caswell | Update CHANGES and NEWS for new release |
commit | commitdiff | tree |
2020-12-08 |
Matt Caswell | Add a test for encoding/decoding using an invalid ASN... |
commit | commitdiff | tree |
2020-12-08 |
Matt Caswell | Add a test for GENERAL_NAME_cmp |
commit | commitdiff | tree |
2020-12-08 |
Matt Caswell | Complain if we are attempting to encode with an invalid... |
commit | commitdiff | tree |
2020-12-08 |
Matt Caswell | Check that multi-strings/CHOICE types don't use implici... |
commit | commitdiff | tree |
2020-12-08 |
Matt Caswell | Correctly compare EdiPartyName in GENERAL_NAME_cmp() |
commit | commitdiff | tree |
2020-12-08 |
Matt Caswell | DirectoryString is a CHOICE type and therefore uses... |
commit | commitdiff | tree |
2020-12-07 |
Shane Lontis | Deprecate EC_POINT_bn2point and EC_POINT_point2bn. |
commit | commitdiff | tree |
2020-12-07 |
Shane Lontis | Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex... |
commit | commitdiff | tree |
2020-12-05 |
Ankita Shetty | openssl.pod: Carve out Trusted Certificate, Pass Phrase... |
commit | commitdiff | tree |
2020-12-05 |
David von Oheimb | openssl.pod: Move verification doc to new doc/man1... |
commit | commitdiff | tree |
2020-12-05 |
Dr. David von... | find-doc-nits: fix regexp and point out that CA.pl... |
commit | commitdiff | tree |
2020-12-05 |
Richard Levitte | PEM: Add a more generic way to implement PEM _ex functi... |
commit | commitdiff | tree |
2020-12-05 |
Richard Levitte | EVP: Adjust EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PK... |
commit | commitdiff | tree |
2020-12-05 |
Richard Levitte | DSA: Make DSA_bits() and DSA_size() check that there... |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for X.509 |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for Whirlpool |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for OSSL_STORE |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for SSL |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for SRP |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for SHA |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for SEED |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for RIPEMD |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for RC5 |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for RC4 |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for RC2 |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for RAND |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for PKCS#12 |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for MDC2 |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for MD5 |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for MD4 |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for MD2 |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for IDEA |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for HMAC |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for EVP |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for ERR |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for ENGINE |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for DES |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for CRYPTO |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for CONF |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for CMAC |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for CAST |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for Camellia |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for BIGNUM |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for Blowfish |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for BIO |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for ASN.1 |
commit | commitdiff | tree |
2020-12-04 |
Richard Levitte | Switch deprecation method for AES |
commit | commitdiff | tree |
2020-12-04 |
Dr. David von... | test/certs/setup.sh: Fix two glitches |
commit | commitdiff | tree |
2020-12-04 |
Dr. David von... | x509_vfy.c: Improve comments (correcting typos etc.) |
commit | commitdiff | tree |
2020-12-04 |
Dr. David von... | apps/verify:c: Enable output of multiple verification... |
commit | commitdiff | tree |
2020-12-04 |
Dr. David von... | {.travis,ci,appveyor}.yml: Make minimal config consiste... |
commit | commitdiff | tree |
2020-12-04 |
Dr. David von... | apps/speed.c: Rename misleading 'rsa_count' variable... |
commit | commitdiff | tree |
2020-12-04 |
Dr. David von... | evp_pkey_dparams_test.c: Fix build error on OPENSSL_NO_... |
commit | commitdiff | tree |
2020-12-04 |
Dr. David von... | endecode_test.c: Fix build errors on OPENSSL_NO_{DH... |
commit | commitdiff | tree |
2020-12-04 |
Dr. David von... | apps/speed.c: Fix build errors on OPENSSL_NO_{RSA,DSA... |
commit | commitdiff | tree |
2020-12-04 |
Dr. David von... | fuzz/server.c: Fix build error on OPENSSL_NO_{DSA,EC... |
commit | commitdiff | tree |
2020-12-04 |
Dr. David von... | encode_key2text.c: Fix build error on OPENSSL_NO_{DH... |
commit | commitdiff | tree |
2020-12-04 |
Dr. David von... | encode_key2any.c: Fix build error on OPENSSL_NO_DH... |
commit | commitdiff | tree |
next |