openssl.git
2020-11-11 Richard LevitteConvert all {NAME}err() in providers/ to their correspo...
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11 Richard LevitteSSL: refactor ossl_statem_fatal() and SSLfatal()
2020-11-11 Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-11-11 Richard LevitteOSSL_STORE: Make sure the called OSSL_DECODER knows...
2020-11-11 Richard LevittePEM: Have pem_read_bio_key() set the OSSL_STORE expecte...
2020-11-11 Richard LevitteRestore the legacy implementation of PEM_read_bio_DHpar...
2020-11-11 Richard LevitteTEST: Adapt test/endecoder_test.c
2020-11-11 Richard LevitteDH: Move the code to set the DH sub-type
2020-11-11 Richard LevitteAdapt libcrypto functionality to specify the desired...
2020-11-11 Richard LevittePROV: Re-implement all the keypair decoders
2020-11-11 Richard LevitteDECODER: Add tracing
2020-11-11 Richard LevitteDECODER: Add input structure support for EVP_PKEY decoding
2020-11-11 Richard LevitteDECODER: Add support for OSSL_FUNC_decoder_does_selection()
2020-11-11 Richard LevitteDECODER: Add support for specifying the outermost input...
2020-11-11 Dr. David von... 25-test_x509.t: Re-add and improve a test on non-existe...
2020-11-11 Dr. David von... cmp_msg.c: Use issuer of reference cert as default...
2020-11-11 Shane LontisAdd support for making all of KBKDF FixedInput fields...
2020-11-10 Matt CaswellRemove some redundant error messages in the apps
2020-11-10 Matt CaswellFix the reading of DSA parameters files using the dsapa...
2020-11-10 Pali RohárDocument pkcs12 alg NONE
2020-11-10 Dr. David von... openssl-cmp.pod.in: Clean up doc of -verify_email,...
2020-11-10 Dr. David von... openssl.pod: Improve doc of -verify_email, -verify_host...
2020-11-10 Dr. David von... openssl-*.pod.in: Prevent newlines on empty engine_syno...
2020-11-10 Dr. David von... openssl-cmp.pod.in: Align order of options with apps...
2020-11-10 Dr. David von... apps/cmp.c: Improve order of -path option: just after...
2020-11-10 Richard LevittePEM: Always use PEM_def_callback() when cb == NULL...
2020-11-10 Richard LevitteUI: Use OPENSSL_zalloc() in general_allocate_prompt()
2020-11-10 Daniel BeveniusFix REF_PRINT_COUNT argument in ecx_key_free
2020-11-08 Shane LontisRemove test that breaks on AIX.
2020-11-08 Bernd EdlingerThis should fix a lock-order-inversion
2020-11-07 Richard Levittetest/evp_extra_test.c: Modify to reflect provider suppo...
2020-11-07 Richard LevitteEVP: Have all EVP_PKEY check functions export to provid...
2020-11-07 Richard LevitteFix test/recipes/80-test_ca.t to skip_all properly...
2020-11-06 Matt CaswellCorrect system guessing for solaris64-x86_64-* targets
2020-11-06 Matt CaswellDon't complain about uninitialized values when running...
2020-11-06 Matt CaswellDon't clear the whole error stack when loading engines
2020-11-06 Matt CaswellDon't clear errors on failure in CONF_modules_load_file...
2020-11-06 David von Oheimbx509_vfy.c: Call verification callback individually...
2020-11-06 David von Oheimbx509_vfy.c: Introduce CHECK_CB macro simplifying use...
2020-11-06 David von OheimbCHANGES.md: Mention (strict) checks recently added...
2020-11-06 David von OheimbImprove doc of X509_verify_cert(), also in openssl.pod
2020-11-05 Dmitry BelyavskiyCheck the configuration file by default
2020-11-05 Matt CaswellPrepare for 3.0 alpha 9
2020-11-05 Matt CaswellPrepare for release of 3.0 alpha 8 openssl-3.0.0-alpha8
2020-11-05 Matt CaswellUpdate copyright year
2020-11-05 Paulidefltprov: remove duplicate algorithm names.
2020-11-04 Randall S.... Moved OPENSSL_fork_prepare,_parent,_child from init...
2020-11-04 Hu KepingDo not export the submodules gost-engine
2020-11-03 Ichinose Shogofix typo in README
2020-11-02 Benjamin KadukAdd more diagnostics to ossl_shim
2020-11-02 Benjamin KadukAdjust error reason for ssl_get_min_max_version() failure
2020-11-02 Benjamin KadukClear error queue entries from bad DLTS records
2020-11-02 jwalchPrevent potential UAF in init_thread_deregister()
2020-11-02 Daniel BeveniusEVP: Fix typo in EVP_PKEY_gen comment
2020-11-02 jwalchInitialize outl in evp_enc.c to 0, protect against...
2020-11-01 Shane LontisAdd AES KW inverse ciphers to the EVP layer
2020-11-01 Randall S.... Remove FLOSS from all OSS builds on NonStop except...
2020-11-01 Richard Levittetest/recipes/90-test_shlibload.t: Skip when address...
2020-11-01 Richard Levitteutil/find-doc-nits: ignore OSSL_DEPRECATED*, alongside...
2020-11-01 Richard LevitteSimplify and clarify doc/internal/man7/deprecation.pod
2020-10-30 jwalchPatch leak in EVP_PKEY2PKCS8() error path
2020-10-30 Matt CaswellAllow empty deprecation macros to be passed as macro...
2020-10-30 Matt CaswellFix some missed usage of DEFINE_LHASH_OF()
2020-10-30 Richard LevitteAdd easy to digest selector macros for EVP_PKEYs
2020-10-30 Richard Levittetest/recipes/15-test_gendh.t: don't try DER params
2020-10-29 Benjamin KadukUnify ssl3_get_cipher_by_std_name() implementation
2020-10-29 Ard Biesheuvelcrypto/poly1305/asm: fix armv8 pointer authentication
2020-10-29 Pauliafalg: add a NULL pointer check
2020-10-28 Randall S.... Rewrite the HPE NonStop Notes file in Markdown with...
2020-10-27 Richard LevitteDH: stop setting the private key length arbitrarily
2020-10-27 Richard Levitteconfigdata.pm.in, util/dofile.pl: Make a HERE document...
2020-10-27 Shane LontisFix sparc t4 build error 'undefined symbol: cipher_hw_g...
2020-10-26 Matt CaswellEnsure we raise SSLfatal on error
2020-10-26 Richard LevitteAPPS: Remove the format argument where it's not used
2020-10-26 KanAdd parentheses to fix PCLINT Info:773
2020-10-23 Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-22 PauliRemove EVP_aes_(128|192|256)_siv functions
2020-10-22 Paulienc: change the text to reference `-list` instead of...
2020-10-22 Shane LontisRename EVP_KDF_reset() to EVP_KDF_CTX_reset().
2020-10-22 Shane LontisRename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
2020-10-22 Shane LontisRename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
2020-10-22 Shane LontisRemove ossl_prov_util_nid_to_name()
2020-10-22 Nicola TuveriConstify OSSL_FUNC_keymgmt_has()
2020-10-22 Romain GeisslerFix aarch64 static linking into shared libraries (see...
2020-10-22 Richard LevitteAPPS: Implement load_keyparams() to load key parameters
2020-10-22 Jeremiah GowdyImplement OpenSSL secure memory for Windows
2020-10-21 Richard LevitteUnexport internal MSBLOB and PVK functions
2020-10-21 Richard LevitteWork around Windows ftell() bug as per Microsoft engine...
2020-10-20 Matt CaswellDeprecate EVP_PKEY_set1_tls_encodedpoint()
2020-10-20 Matt CaswellDocument EVP_PKEY_set1_encoded_public_key()
2020-10-20 Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-20 xuyunjiaresolve defects: reverse_inull; row[DB_exp_date] refere...
2020-10-20 XiaokangQianFix Aes-xts potential failure on aarch64
2020-10-20 Jacob Hoffman... Prefix crlNumber output with 0x.
2020-10-19 Matt CaswellFix no-dh
2020-10-19 Richard LevitteTEST: fix the DH tests to reproduce the priv_len settings
2020-10-19 Richard LevitteDH: have DH_set_length() increment the dirty count.
2020-10-19 Richard LevitteDH: make the private key length importable / exportable
2020-10-18 Dr. Matthias... Change markdown link style in README, INSTALL, SUPPORT...
next