openssl.git
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...
2021-06-15 Richard LevitteRefactor OSSL_ENCODER_do_all_provided() to behave like...
2021-06-15 Richard LevitteRefactor OSSL_DECODER_do_all_provided() to behave like...
2021-06-15 Richard LevitteAdd the internal function ossl_method_store_do_all()
2021-06-15 Hubert Karios_server: make -rev option easier to find (mention...
2021-06-15 Richard LevitteCORE: Move away the allocation of the temporary no_cach...
2021-06-15 Dr. David von... ASN1_parse_dump(): allow NULL BIO input, to simplify...
2021-06-15 Dr. David von... BIO_write_ex(): Make handing of BIO b == NULL and dlen...
2021-06-15 Dr. David von... BIO: Make source file names in crypto/bio/ consistent
2021-06-15 Dr. David von... BIO_dum_indent_cb(): Fix handling of cb return value
2021-06-15 Dr. David von... fuzz/asn1parse.c: Clean up non-portable code and catch...
2021-06-15 Dr. David von... BIO: prevent crash on NULL BIO for prefix_ctrl() and...
2021-06-15 Dr. David von... ASN1: rename asn1_par.c to asn1_parse.c for clarity...
2021-06-15 Lars ImmischUse getauxval on Android with API level > 18
2021-06-15 Rich SalzRemove "-immedate_renegotiation" option
2021-06-15 Rich SalzMove AllowClientRenegotiation tests
2021-06-15 Pauliremove end of line whitespace
2021-06-15 Paulicms: free PKEY_CTX
2021-06-15 Paulicms: fix coverity 1485981: unchecked return value
2021-06-15 Pauliapps: move global libctx and property query into their...
2021-06-15 Paulispeed: make sure to free any allocated EVP_MAC structures
2021-06-15 Paulipkcs12: use the app's libctx and property query when...
2021-06-15 Paulispeed: use the app's libctx and property query when...
2021-06-15 Paulilist: use the app's libctx and property query when...
2021-06-15 Paulikdf: use the app's libctx and property query when searc...
2021-06-15 Paulifipsinstall: use the app's libctx and property query...
2021-06-15 Pauliadd libctx and property query to fetch functions
2021-06-15 Paulitest: add SPKAC command test
2021-06-15 Paulispkac: document -digest option
2021-06-15 Paulispkac: allow digests other than MD5 to be used for...
2021-06-15 Shane LontisAdd missing NULL check in OSSL_DECODER_from_bio().
2021-06-14 Matt CaswellAvoid excessive OSSL_DECODER_do_all_provided calls
2021-06-14 Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
2021-06-13 Shane LontisFix DH/DHX named groups to not overwrite the private...
2021-06-13 Tomas MrazWhen linking to static libssl always link to static...
next