openssl.git
2020-08-31 John BaldwinSkip tests using KTLS RX for TLS 1.3.
2020-08-31 John BaldwinSkip tests using KTLS RX if KTLS RX is not supported.
2020-08-31 John BaldwinRefactor the KTLS tests to minimize code duplication.
2020-08-31 John BaldwinMove KTLS inline functions only used by libssl into...
2020-08-31 John BaldwinSupport for KTLS TX on FreeBSD for TLS 1.3.
2020-08-31 John BaldwinDon't check errno if ktls_read_record() returned 0.
2020-08-31 John BaldwinAdd support for KTLS receive for TLS 1.1-1.2 on FreeBSD.
2020-08-31 John BaldwinAdd helper functions for FreeBSD KTLS.
2020-08-31 John BaldwinAdd a ktls_crypto_info_t typedef.
2020-08-31 Jon SpillettUpdate test data for DSA public key text
2020-08-31 Jon SpillettAdd the correct enum value for DSA public key serialization
2020-08-30 Shane LontisFix ECX serializer import calls to use correct selectio...
2020-08-30 Shane LontisFix RSA serializer import calls to use correct selectio...
2020-08-30 Shane LontisFix DSA serializer import calls to use correct selectio...
2020-08-30 Shane LontisFix DH serializer import calls to use correct selection...
2020-08-29 Dmitry BelyavskiyFix PKCS#7 so that it still works with non fetchable...
2020-08-29 Dmitry BelyavskiyFix PKCS#7 so that it still works with non fetchable...
2020-08-29 Matt CaswellCheck whether we have MD5-SHA1 and whether we need it
2020-08-29 Matt CaswellImprove some error messages if a digest is not available
2020-08-29 Matt CaswellInclude "legacy" in the name of the various MAC bridge...
2020-08-29 Matt CaswellAdd some documentation about the EVP_PKEY MAC interface
2020-08-29 Matt CaswellImprove code reuse in the provider MAC bridge
2020-08-29 Matt CaswellDocument the EVP_PKEY_new_CMAC_key_with_libctx() function
2020-08-29 Matt CaswellExtend test_CMAC_keygen in evp_extra_test
2020-08-29 Matt CaswellDelete unused PKEY MAC files
2020-08-29 Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-29 Matt CaswellExtend the provider MAC bridge for Poly1305
2020-08-29 Matt CaswellDon't require a default digest from signature algorithms
2020-08-29 Matt CaswellExtend the provider MAC bridge for SIPHASH
2020-08-29 Matt CaswellEnsure libssl creates libctx aware MAC keys
2020-08-29 Matt CaswellFix some EVP_MD_CTX_* functions
2020-08-29 Matt CaswellConvert EVP_PKEY_CTX_set_mac_key() into a function
2020-08-29 Matt CaswellFix evp_extra_test to not assume that HMAC is legacy
2020-08-29 Matt CaswellMake the provider side EVP PKEY MAC bridge available...
2020-08-29 Matt CaswellImplement signature functions for EVP_PKEY MAC to EVP_M...
2020-08-29 Matt CaswellImplement key management for the EVP_PKEY MAC to EVP_MA...
2020-08-28 Richard LevitteTEST: Adapt some tests for a stricter PEM_write_bio_Pri...
2020-08-28 Richard LevitteFix PEM_write_bio_PrivateKey_traditional() to not outpu...
2020-08-28 T.YanagisawaCorrect description of BN_mask_bits
2020-08-28 Pauliconf: add diagnostic option
2020-08-28 Pauliprovider_conf: report missing section on error
2020-08-28 Jung-uk KimIgnore vendor name in Clang version number.
2020-08-28 Paulirand: instantiate the DRBGs upon first use.
2020-08-27 Paulirand: add a note about a potentially misleading code...
2020-08-27 Dr. David von... apps/pkcs12.c: Add -untrusted option
2020-08-27 Dr. David von... X509_add_certs(): Add to doc some warning notes on...
2020-08-27 Rich SalzAdd OCSP_PARTIAL_CHAIN to OCSP_basic_verify()
2020-08-27 Marcapps: -msg flag enhancement 2/2
2020-08-27 Marcapps: -msg flag enhancement 1/2
2020-08-27 PauliEVP: NULL pctx pointer after free.
2020-08-26 Dmitry BelyavskiyReplace hierogliphs with stub to pass tests
2020-08-26 Dmitry BelyavskiyDocumentation for internal PUNYCODE-related functions
2020-08-26 Dmitry BelyavskiyEAI test script and data
2020-08-26 Dmitry BelyavskiyRFC 8398: documentation
2020-08-26 Dmitry BelyavskiyAdd NID_id_on_SmtpUTF8Mailbox to table of X.509 attributes
2020-08-26 Dmitry BelyavskiyRFC 8398: EAI comparison
2020-08-26 Dmitry BelyavskiyRFC 8398: Name constraints validation
2020-08-26 Dmitry BelyavskiyPunycode decoding implementation
2020-08-26 Richard Levittecrypto/x509/v3_utl.c: Fix IPv6 output in ipaddr_to_asc()
2020-08-24 Richard LevitteTEST: Fix CMP tests so they load keys in the current...
2020-08-24 Nicola TuveriAdd CLI tests in FIPS configuration
2020-08-24 Richard LevitteSTORE: Change all error recording to use ERR_raise...
2020-08-24 Richard LevitteSTORE: Modify to support loading with provider based...
2020-08-24 Richard LevitteDECODER: Add function to set an OSSL_PASSPHRASE_CALLBAC...
2020-08-24 Richard LevitteOSSL_PARAM: Add string pointer getters
2020-08-24 Richard LevitteSTORE: Add the base functions to support provider based...
2020-08-24 Richard LevitteSTORE for providers: define libcrypto <-> provider...
2020-08-24 Richard LevitteSTORE: Add missing function OSSL_STORE_LOADER_set_open_...
2020-08-24 Richard LevitteCORE: Generalise internal pass phrase prompter
2020-08-24 Richard LevitteCORE: Define provider-native abstract objects
2020-08-24 Shane LontisFix coverity CID #1452770 - Dereference before NULL...
2020-08-24 Shane LontisFix coverity CID #1452773 - Dereference before NULL...
2020-08-24 Shane LontisFix coverity CID #1452775 & #1452772- Dereference befor...
2020-08-24 Shane LontisFix coverity CID #1454638 - Dereference after NULL...
2020-08-24 Shane LontisFix coverity CID #1455335 - Dereference after NULL...
2020-08-24 Shane LontisFix coverity CID #1458641 - Dereference before NULL...
2020-08-24 Shane LontisFix coverity CID #1458644 - Negative return passed...
2020-08-24 Shane LontisFix coverity CID #1458645 - Dereference before NULL...
2020-08-24 Shane LontisFix coverity CID #1458647 - Use after free in clean_tbu...
2020-08-24 Shane LontisFix coverity CID #1458648 - Wrong sizeof() arg in rsa_f...
2020-08-24 Shane LontisFix coverity CID #1465525 - NULL pointer dereference...
2020-08-24 Shane LontisFix coverity CID #1465531 - Negative return passed...
2020-08-24 Shane LontisFix coverity CID #1465790 - Dereference after NULL...
2020-08-24 Shane LontisFix coverity CID #1465794 - Uninitialized pointer read...
2020-08-24 Shane LontisFix coverity CID #1465795 - Incorrect free deallocator...
2020-08-24 Shane LontisFix coverity CID #1465797 - Negative loop bound in...
2020-08-24 Shane LontisFix coverity CID #1465594 - Null dereference in EVP_PKE...
2020-08-23 Dr. David von... run_tests.pl: Add warning that HARNESS_JOBS > 1 overrid...
2020-08-22 Shane LontisFix CMS so that it still works with non fetchable algor...
2020-08-22 Robert JędrzejczykWindows get ENV value as UTF-8 encoded string instead...
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-08-21 Richard LevitteClean away some declarations
2020-08-21 Richard LevitteRemove the OSSL_SERIALIZER / OSSL_DESERIALIZER renaming...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21 Dr. David von... Add libctx/provider support to cmp_msg_test
2020-08-21 Dr. David von... Add libctx/provider support to cmp_protect_test
2020-08-21 Dr. David von... Add libctx/provider support to cmp_vfy_test
2020-08-21 Dr. David von... Add libctx/provider support to cmp_client_test
2020-08-21 Dr. David von... Use in CMP+CRMF libctx and propq param added to sign...
next