openssl.git
2021-06-23 Robbie HarwoodUpdate dependencies for krb5 external test
2021-06-22 Hubert Kariocross-reference the DH and RSA SECLEVEL to level of...
2021-06-22 Richard Levittetest/recipes/81-test_cmp_cli.t: use app() rather than...
2021-06-22 Richard Levittetest/recipes/80-test_cmp_http.t: use app() rather than...
2021-06-22 Richard LevitteAPPS & TEST: Use ossl_[u]intmax_t rather than [u]intmax_t
2021-06-22 Richard LevitteAPPS: Make fallback opt_[u]intmax() implementations...
2021-06-22 Richard LevitteFix definition of ossl_intmax_t and ossl_uintmax_t
2021-06-22 Martin Schwenkeec: Only build ecp_nistp521-ppc64.s if enable-ec_nistp_...
2021-06-22 Martin Schwenkeec: Add alignment pseudo-op at beginning of function
2021-06-22 Martin Schwenkeec: Drop uses of .cfi_startproc/.cfi_endproc pseudo-ops
2021-06-22 Martin Schwenkebn: save/restore registers to/from stack
2021-06-22 Martin Schwenkebn: Switch $i to be unused r9
2021-06-22 Martin Schwenkebn: Drop unnecessary use of r9
2021-06-22 Martin Schwenkebn: Update .align pseudo-ops to match convention
2021-06-22 Martin Schwenkebn: Drop use of .p2align pseudo-op
2021-06-22 Shane LontisAdd table entries for fips 186-5 related to RSA auxilia...
2021-06-22 Martin Schwenkeec: Fail build on big-endian with enable-ec_nistp_64_gc...
2021-06-22 Paulitestutil: preserve app_malloc()'s failure behaviour
2021-06-22 Shane LontisChange self test for AES_CGM to perform both an encrypt...
2021-06-22 Shane LontisFix aes_core to use U64() macro..
2021-06-22 Pauliasn1: properly clean up on failed BIO creation
2021-06-22 Paulitest: put the new DHE auto test in the correct place
2021-06-21 Matt CaswellAdd a test for a custom rand provider
2021-06-21 Matt CaswellEnsure we remove libctx DRBG state before removing...
2021-06-21 John BaldwinAdd tests for KTLS with Chacha20-Poly1035.
2021-06-21 John BaldwinRefactor KTLS tests to better support TLS 1.3.
2021-06-21 Paulism3: fix function names after the big ossl_ prefix...
2021-06-21 杨明君test: add sm3 low level test case to test suite.
2021-06-20 Richard LevitteSTORE: Fix OSSL_STORE_open_ex() error reporting
2021-06-20 Richard LevitteTESTS: drop explicit quotes from empty command line...
2021-06-20 Tomas Mrazevp_test: Support testing of stitched TLS ciphers
2021-06-19 Tomas MrazReplace non-ASCII character in source file
2021-06-19 Paulitest: fix indentation
2021-06-19 Paulirsa: fix indentation
2021-06-19 Pauliasn1: fix indentation
2021-06-19 Paulissl: fix indentation
2021-06-19 Paulissl: fix indentation
2021-06-19 Paulipunycode: fix indentation
2021-06-19 Paulicrypto: repalce tabs with spaces
2021-06-19 Paulitest: replace tabs with spaces in test recipes
2021-06-19 Paulissl: replace tabs with spaces
2021-06-19 Pauliinclude: replace tabs with spaces in headers
2021-06-19 Paulitest: add test for auto DH security level meets the...
2021-06-19 Paulissl: do not choose auto DH groups that are weaker than...
2021-06-19 Pauliparams: fix range check when converting double to uint64_t.
2021-06-19 Pauliparams: avoid using intmax_t since it's not well supported
2021-06-18 Tomas Mrazaix64-gcc target: Fix build breakage with enable-fips
2021-06-18 Dr. David von... http_client.c: fix HTTP_VERSION_STR_LEN and make it...
2021-06-18 Dr. David von... http_client.c: make HTTP_LINE1_MINLEN more efficient
2021-06-18 Dr. David von... http_client.c: make prefix checking more readable and...
2021-06-18 Dr. David von... http_client.c: fix error reporting (a char was missing...
2021-06-18 Dr. David von... http_client.c: fix OSSL_HTTP_proxy_connect() for HTTPS...
2021-06-18 Richard LevitteMake util/wrap.pl work better on VMS
2021-06-18 Richard LevitteOpenSSL::Test: Move the command line quotifier
2021-06-18 MarekAdd demo for HKDF
2021-06-17 Matt CaswellPrepare for 3.0 beta 2
2021-06-17 Matt CaswellPrepare for release of 3.0 beta 1 openssl-3.0.0-beta1
2021-06-17 Matt Caswellmake update
2021-06-17 Matt CaswellUpdate copyright year
2021-06-17 Richard Levittetest/recipes/80-test_cmp_http.t: Kill the mock server...
2021-06-17 Pauligost: remove the internal GOST test.
2021-06-17 Richard LevitteFix exit code for VMS in util/wrap.pl and test/run_tests.pl
2021-06-17 Richard LevitteFix small typo in test/recipes/05-test_pbe.t
2021-06-17 Shane LontisAdd self test for ECDSA using curve with a binary field
2021-06-16 Rich SalzAlways wait for both threads to finish
2021-06-16 Richard LevitteDSO: Fix the VMS DSO name converter to actually do...
2021-06-16 Richard LevitteTEST: Change 'catdir' to 'catfile' when dealing with...
2021-06-16 Richard LevitteBuild file templates: Fix in2script dependencies
2021-06-16 Richard LevitteConfiguration: Fix incorrect $unified_info{attributes...
2021-06-16 Pauliprov: tag SM2 encoders and decoders as non-FIPS
2021-06-16 Richard LevitteVMS build: drop a spurious debug print
2021-06-16 Dr. David von... HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which...
2021-06-16 Dr. David von... X509_digest_sig(): Improve default hash for EdDSA and...
2021-06-16 Richard LevitteCORE: Do a bit of cleanup of core fetching
2021-06-16 Shane LontisFix DH private key check.
2021-06-16 Matt CaswellAdd a test for fetching various non-evp objects
2021-06-16 Matt CaswellClean up the encoder/decoder/loader stores before providers
2021-06-16 Pauliapps: remove AEAD/mode checks that are now redundant
2021-06-16 Pauliapps: use get_cipher_any() instead of get_cipher()...
2021-06-16 Pauliapps: limit get_cipher() to not return AEAD or XTS...
2021-06-16 Paulidoc: document the various get_cipher functions in the...
2021-06-16 Paulitest: add test cases for SHAxxx helper functions
2021-06-16 PauliInclude a local static buffer for the SHA helper functions
2021-06-16 Dmitry BelyavskiyCorrect processing of AES-SHA stitched ciphers
2021-06-16 Shane LontisAdd missing migration_guide API mappings.
2021-06-16 Matt CaswellAdd documentation for the newly added OBJ up calls
2021-06-16 Matt CaswellAdd a test for the newly added OBJ upcalls
2021-06-16 Matt CaswellAdd various OBJ functions as callbacks
2021-06-16 Paulidoc: finish the provider child up call documentation
2021-06-15 Richard LevitteTEST: Skip test/recipes/01-test_symbol_presence.t on...
2021-06-15 Richard LevitteTEST: Display the correct shared library name
2021-06-15 Paulinew: update NEWS.md so it is correct.
2021-06-15 Paulinew: update NEWS.md so it is correct.
2021-06-15 Dmitry BelyavskiyDisabling Encrypt-then-MAC extension in s_client/s_server
2021-06-15 Richard LevitteTEST: Make test/recipes/01-test_symbol_presence.t more...
2021-06-15 Richard LevitteRefactor OSSL_STORE_LOADER_do_all_provided() to behave...
2021-06-15 Richard Levittetest/evp_extra_test.c: Peek at the error instead of...
2021-06-15 Richard LevitteDECODER & ENCODER: Add better tracing
2021-06-15 Richard LevitteAdapt all public EVP_XXX_do_all_provided() for the...
2021-06-15 Richard LevitteRefactor evp_generic_do_all() to behave like evp_generi...
next