openssl.git
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
2020-11-18 Matt CaswellDisable the DHParameters config option in a no-deprecat...
2020-11-18 Matt CaswellRemove DH usage from tls_process_cke_dhe
2020-11-18 Matt CaswellRemove DH usage in tls_construct_server_key_exchange()
2020-11-18 Matt CaswellAvoid the use of a DH object in tls_construct_cke_dhe()
2020-11-18 Matt CaswellDeprecate SSL_CTRL_SET_TMP_DH and other related ctrls
2020-11-18 Matt CaswellConvert TLS ServerKeyExchange processing to use an...
2020-11-18 Matt CaswellConvert TLS auto DH parameters to use EVP_PKEY
2020-11-18 Richard LevitteDOC: Rewrite the section on reporting errors in doc...
2020-11-18 Richard LevitteCONF: Convert one last CONFerr() to ERR_raise()
2020-11-18 Richard LevitteSimplify util/err-to-raise
2020-11-18 Richard LevitteReally deprecate the old NAMEerr() macros
2020-11-17 Richard Levitteutil/find-doc-nits: check podchecker() return value
2020-11-17 Richard Levitteutil/mkrc.pl: Make sure FILEVERSION and PRODUCTVERSION...
2020-11-17 David CarlierNetBSD build fix.
2020-11-16 Richard LevitteDOC: Fixup the description of the -x509_strict option
2020-11-16 Shane LontisFix dsa securitycheck for fips.
2020-11-16 Shane LontisAdd documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEY
2020-11-16 Shane LontisFixup EVP-MAC-KMAC documentation
2020-11-15 Daniel BeveniusREF_PRINT: cast pointer to void to avoid warnings
next