openssl.git
2020-11-27 Matt CaswellDon't test a deprecated function in a no-deprecated...
2020-11-27 Matt CaswellRemove fuzzing of deprecated functions in a no-deprecat...
2020-11-27 Matt CaswellDeprecate the DHparams and DHxparams PEM routines
2020-11-27 Matt CaswellDeprecate EVP_PKEY_assign_DH and other similar macros
2020-11-27 Matt CaswellDeprecate functions for getting and setting DH values...
2020-11-27 Matt CaswellDeprecate DH_new as well as i2d_DHparams and d2i_DHparams
2020-11-27 Richard LevitteTEST: Adapt test/errtest for the 'no-err' configuration
2020-11-27 Richard LevitteERR: Restore the similarity of ERR_print_error_cb(...
2020-11-27 Shane LontisFix no-deprecated configuration
2020-11-26 Shane LontisFix EVP_CIPHER_CTX_set_padding for legacy path
2020-11-26 Daniel BeveniusEVP: don't touch the lock for evp_pkey_downgrade
2020-11-26 Tomas MrazDocumentation improvements for EVP_DigestInit_ex and...
2020-11-26 Tomas MrazFix regression in EVP_DigestInit_ex: crash when called...
2020-11-26 Tomas MrazAdd test for no reset after DigestFinal_ex and DigestFi...
2020-11-26 Tomas MrazEVP_DigestFinalXOF must not reset the EVP_MD_CTX
2020-11-26 Matt CaswellFix no-posix-io
2020-11-26 Richard LevitteAPPS: Modify apps/cmp.c to use set_base_ui_method(...
2020-11-26 Richard LevitteAPPS: Make it possible for apps to set the base (fallba...
2020-11-26 Matt CaswellPrepare for 3.0 alpha 10
2020-11-26 Matt CaswellPrepare for release of 3.0 alpha 9 openssl-3.0.0-alpha9
2020-11-26 Matt CaswellUpdate copyright year
2020-11-26 Richard LevitteDOC: Add note on how to terminate an OSSL_PARAM array
2020-11-25 Matt CaswellFix no-rc2
2020-11-25 Matt CaswellRemove deprecation warning suppression from genpkey
2020-11-25 Dr. David von... apps/cmp.c: fix crash with -batch option on OPENSSL_NO_...
2020-11-25 Dr. David von... apps/cmp.c: Improve description of key loaded due to...
2020-11-25 Dr. David von... re-encrypt 81-test_cmp_cli_data/Mock/signer.p12 with...
2020-11-25 Matt CaswellRe-enable testing of ciphersuites
2020-11-25 Matt CaswellFix RC4-MD5 based ciphersuites
2020-11-25 Matt CaswellEnsure Stream ciphers know how to remove a TLS MAC
2020-11-25 Matt CaswellTest that OSSL_STORE can load various types of params
2020-11-25 Matt CaswellTest various deprecated PEM_read_bio_* APIs
2020-11-25 Matt CaswellDon't forget the datatype when decoding a PEM file
2020-11-25 Richard LevitteAPPS: Guard use of IPv6 functions and constants with...
2020-11-24 Matt CaswellUndeprecate the -dsaparam option in the dhparam app
2020-11-24 Richard LevitteAdd missing ERR_load_KDF_strings(3) to util/missingcryp...
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-24 Richard LevitteModify the ERR init functions to use the internal ERR...
2020-11-24 Richard LevitteERR: Modify util/mkerr.pl to produce internal err strin...
2020-11-24 Matt CaswellTurn on Github CI
2020-11-24 Petr GotthardFix double-free in decoder_pkey.c
2020-11-24 Richard LevitteTEST: Make our test data binary
2020-11-23 Matt CaswellMove some libssl global variables into SSL_CTX
2020-11-23 Matt CaswellAdd a test for the dhparam CLI application
2020-11-23 Matt CaswellRemove some unneeded variables from dhparam
2020-11-23 Matt CaswellAdd encoder support to dhparam
2020-11-23 Matt CaswellConvert dhparam to be fully based on EVP
2020-11-23 Fred HornseySupport for Android NDK r22-beta1
2020-11-23 Richard LevitteRSA: Fix guard mixup
2020-11-22 Ankita Shettyx509_vfy.c: Remove superfluous assignment to 'ret'...
2020-11-20 Richard Levitteutil/fix-deprecation: DEPRECATEDIN conversion util...
2020-11-20 Dr. David von... ossl_cmp_certreq_new(): Fix POPO key mismatch in case...
2020-11-20 Dr. David von... CMP: prevent misleading PKIStatusInfo output if not...
2020-11-20 Dr. David von... apps/cmp.c: Improve diagnostics on -server URL parse...
2020-11-20 Dr. David von... apps/cmp.c: Add diagnostics on config file section...
2020-11-20 Dr. David von... apps.c: re-enable loading single certs and CRLs over...
2020-11-20 Richard LevitteSSL: Change SSLerr() to ERR_raise()
2020-11-20 Shane LontisFix crash in genpkey app when -pkeyopt digest:name...
2020-11-19 David CarlierHaiku system build fix.
2020-11-19 Paulitest RNG: set state to uninitialised as part of uninsta...
2020-11-19 Paulidisassociate test RNG from the DRBGs
2020-11-19 Pauliprov: move the entropy source out of the FIPS provider
2020-11-19 Paulitest: changes resulting from moving the entropy source...
2020-11-19 Paulirand: move the entropy source out of the FIPS provider
2020-11-19 Paulidoc: Documentation changes for moving the entropy sourc...
2020-11-19 Matt CaswellAdd a test for setting, popping and clearing error...
2020-11-19 Matt CaswellAllow multiple nested marks
2020-11-19 PauliFix some warnings from clang 10 in params.c
2020-11-19 Dr. David von... apps/pkcs12: Clean up the order in which many options...
2020-11-19 Dr. David von... e_loader_attic.c: Improve result handling of file_load_...
2020-11-19 Dr. David von... Allow for PKCS#12 input without MAC in p12_kiss.c and...
2020-11-19 Dr. David von... e_loader_attic.c: Remove redundant 'pass phrase' sub...
2020-11-19 Dr. David von... apps/storeutl: Add error output in case of parse/decryp...
2020-11-19 Dr. David von... apps/pkcs12: Really do not perform MAC in case -nomac
2020-11-19 Dr. David von... apps/pkcs12: Do not prompt for password in case -nomac...
2020-11-19 Dr. David von... Minor improvements of doc for ca and x509 app
2020-11-19 David von Oheimbapps/pkcs12: Retain test output files
2020-11-19 David von OheimbMinor cleanup of error output for various apps
2020-11-19 David von Oheimbapps/ca: Minor code and doc cleanup
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-18 PauliRename internal drbg_ functions so they have an ossl_...
2020-11-18 PauliRename SHA3 internal functions so they have an ossl_...
2020-11-18 Paulirename sha1_ctrl to ossl_sha1_ctrl.
2020-11-18 PauliProvide side RNG functions renamed to have an ossl_...
2020-11-18 Paulirename mac_key_* to ossl_mac_key_*
2020-11-18 Paulirename md5_block_asm_data_order to ossl_md5_block_asm_d...
2020-11-18 PauliRename md5_sha1_* ossl_md5_sha1_*
2020-11-18 Richard LevitteDOC: Fix example in OSSL_PARAM_int.pod
2020-11-18 Matt CaswellSwap to FIPS186-2 DSA generation outside of the FIPS...
2020-11-18 Matt CaswellSwap to DH_PARAMGEN_TYPE_GENERATOR as the default outsi...
2020-11-18 Matt CaswellAdapt ssltest_old to not use deprecated DH APIs
2020-11-18 Matt CaswellExtend the auto DH testing to check DH sizes
2020-11-18 Matt CaswellAdd some additional test certificates/keys
2020-11-18 Matt CaswellAdd a CHANGES.md entry for the "tmp_dh" functions/macros
2020-11-18 Matt CaswellAdd a test for the various ways of setting temporary...
2020-11-18 Matt CaswellDocument some SSL DH related functions/macros
2020-11-18 Matt CaswellReturn sensible values for some SSL ctrls
2020-11-18 Matt CaswellOnly disabled what we need to in a no-dh build
2020-11-18 Matt CaswellImplement a replacement for SSL_set_tmp_dh()
2020-11-18 Matt CaswellRemove deprecated functionality from s_server
next