openssl.git
2020-04-21 Pauligendsa: remove unnecessary OPENSSL_SUPPRESS_DEPRECATED...
2020-04-20 Matt CaswellTeach ssl_test_old to use the FIPS provider for its...
2020-04-20 Matt CaswellTeach ssl_test_old how to run tests in a non-default...
2020-04-20 Matt CaswellUse a fetched MD if appropriate in ssl3_cbc_digest_record
2020-04-20 Matt CaswellTeach ssl_test_new how to test the FIPS module
2020-04-20 Matt CaswellTeach ssl_test_new to have different tests for differen...
2020-04-20 Matt CaswellRun ssl_test_new with a non-default library context
2020-04-20 Dr. David von... Update comment on crls_http_cb() as it does support...
2020-04-20 Dr. David von... Fix descriptions of credentials and verification option...
2020-04-20 Dr. Matthias... Swap parameters of evp_method_id()
2020-04-20 Dr. Matthias... Fix an assertion (and a comment) of evp_method_id()
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-19 Shane LontisDOC: Extend EVP_PKEY-DSA(7) / EVP_PKEY_DH(7) with FFC...
2020-04-19 Richard LevitteDOC: Refactor provider-keymgmt(7) to give the keytypes...
2020-04-19 Richard LevitteBuild files: add module installation targets
2020-04-19 Richard LevitteTEST: make and use a fipsinstall script
2020-04-19 Matt CaswellUse the libctx for all EVP_PKEY_CTX operations
2020-04-19 Matt CaswellRe-enable FIPS testing in sslapitest.c
2020-04-19 Matt CaswellUse a non-default libctx in sslapitest
2020-04-19 Paulidhparam: white space cleaning
2020-04-19 Pauliapps: undeprecate the conditioned out apps
2020-04-19 Pauliopenssl: include the version a command was deprecated...
2020-04-19 Pauliapps: reinstate deprecated commands but using PKEY...
2020-04-19 Paulidsaparam: update command line app to use EVP calls
2020-04-19 PauliCHANGES: note which command line utilities are marked...
2020-04-19 PauliUndeprecate DH_get_length() and DH_set_length() functions
2020-04-19 Pauligendsa: update command line app to use EVP calls
2020-04-19 Pauligenrsa: update command line app to use EVP calls
2020-04-19 Pauliopenssl: include the version a command was deprecated...
2020-04-19 Pauliapps: reinstate deprecated commands but using PKEY...
2020-04-19 Paulidhparam: update command line app to use EVP calls
2020-04-19 Paulitests: reinstate tests for deprecated but non-removed...
2020-04-19 Paulidsaparam: update command line app to use EVP calls
2020-04-19 Paulirsa: update command line app to use EVP calls
2020-04-19 Paulidsa: update command line app to use EVP calls
2020-04-18 Dr. David von... Prevent crash in X509_NAME_cmp() etc. when cert has...
2020-04-18 Dr. David von... Add CMP error reason 'missing reference cert'
2020-04-18 Dr. David von... Add CMP fuzzing to fuzz/cmp.c, including a couple of...
2020-04-18 Dr. David von... Add a couple of hints to fuzz/README.md
2020-04-18 Dr. David von... Rename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART...
2020-04-18 Nikolay MorozovGOST2012 TLS ClientCertificateType Identifiers support
2020-04-18 Richard LevitteDOC: Extend the description of EVP_PKEY_CTX_new_from_name()
2020-04-18 Richard LevitteDOC: Add more description of EVP_PKEY_fromdata(), and...
2020-04-18 张盛豪apps/speed: fix invalid final report when run SM2 bench...
2020-04-17 Dmitry BelyavskiyGOST cipher names adjustment
2020-04-17 Richard LevitteINSTALL: document 'no-ui-console' rather than 'no-ui'
2020-04-17 Matt CaswellWhen calling the import_to function pass the libctx too
2020-04-17 KochiseWindows: Add type casting in CRYPTO_atomic_add to remov...
2020-04-17 Paulidoc: note that the FIPS provider contains some non...
2020-04-17 Paulinews: note the addition of ECX and SHAKE256 to the...
2020-04-17 Paulipkey: free key manager on error path
2020-04-17 Pauliecx: check for errors creating public keys from private...
2020-04-17 Paulis390: ECX key generation fixes.
2020-04-17 Pauliecx: add key generation support.
2020-04-17 PauliAdd ECX to FIPS provider as non-FIPS algorithms
2020-04-17 Richard LevitteTEST: Add a test of keygen with an empty template in...
2020-04-17 Richard LevitteEVP: Fix calls to evp_pkey_export_to_provider()
2020-04-16 Nikolay MorozovTLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 support
2020-04-16 Matt CaswellDocument X509_verify_ex() and X509_REQ_verify_ex()
2020-04-16 Matt CaswellIntroduce an internal version of X509_check_issued()
2020-04-16 Matt CaswellCreate a libctx aware X509_verify_ex()
2020-04-16 Rich SalzPut sys-specific files in build.info
2020-04-16 Rich SalzUse build.info, not ifdef for crypto modules
2020-04-15 Shane LontisAdd DH keygen to providers
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-15 Matt CaswellMake sure we always send an alert in libssl if we hit...
2020-04-15 Matt CaswellWhen calling EC_POINT_point2buf we must use a libctx
2020-04-15 Matt CaswellDocument the new libctx aware private key functions
2020-04-15 Matt CaswellMake sure we use the libctx in libssl when loading...
2020-04-15 Matt CaswellTeach PEM_read_bio_PrivateKey about libctx
2020-04-15 Matt CaswellTeach the OSSL_STORE code about libctx
2020-04-15 Matt CaswellUse the libctx in Ed448 private key decoding
2020-04-15 Matt CaswellTeach d2i_PrivateKey et al about libctx
2020-04-15 Tomas MrazFix no-pic static builds
2020-04-15 Richard LevitteEVP: fix memleak in evp_pkey_downgrade()
2020-04-15 Richard LevitteEVP: Add a temporary SM2 hack to key generation
2020-04-15 Richard LevitteEC: Refactor EVP_PKEY_CTX curve setting macros for...
2020-04-15 Richard LevittePROV: Implement EC param / key generation
2020-04-15 Richard LevitteKEYMGMT: Add functions to get param/key generation...
2020-04-15 Shane LontisFix Dynamic engine loading so that the call to ENGINE_l...
2020-04-15 Dr. Matthias... mkerr: remove legacy guards from generated error headers
2020-04-14 Aaron ThompsonAdd ex_data to EVP_PKEY.
2020-04-14 scottBIO_do_accept: correct error return value
2020-04-11 Richard LevitteFix some errors in documentation
2020-04-11 Richard LevitteInitialize files that declare internal symbols
2020-04-11 Richard LevitteRework util/find-doc-nits to distinguish internal docum...
2020-04-11 Jake MaynardAdd manpage entry for X509_check_purpose()
2020-04-10 Patrick SteuerFix EVP_DigestSign interface when used with DES CMAC
2020-04-10 Richard LevitteEVP: legacy_ctrl_to_param() to handle provider side...
2020-04-10 Richard LevitteCMS KARI: Temporarly downgrade newly generated EVP_PKEY...
2020-04-10 Rich SalzDon't compile commands if disabled
2020-04-09 Benjamin KadukFix krb5 external test
2020-04-09 Richard LevitteAdd common internal crypto/ modules in liblegacy.a
2020-04-09 Matt CaswellEnable Ed25519 signing/verifying to use the libctx
2020-04-09 Matt CaswellAdd the auto generated der files to .gitignore
2020-04-09 Matt CaswellDocument the new library context aware CT functions
2020-04-09 Matt CaswellEnsure libssl uses the new library context aware CT...
2020-04-09 Matt CaswellMake the CT code library context aware
2020-04-09 Matt CaswellEnable export_to functions to have access to the libctx
2020-04-09 Richard LevitteOpenSSL::OID: Don't use List::Util
next