openssl.git
2020-09-15 PauliPKCS#8: free data on error path in newpass_bag
2020-09-15 PauliDTLS: free allocated memory on error paths
2020-09-14 Dr. Matthias... prov/drbg: cleanup some RAND_DRBG leftovers
2020-09-14 Dr. Matthias... prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'
2020-09-13 Richard LevitteEVP: Centralise fetching error reporting
2020-09-13 Matt CaswellIgnore unused return values from some sk_*() macros
2020-09-13 Matt CaswellDon't complain about stack related macros
2020-09-13 Richard LevitteMake 'make errors' work again
2020-09-13 Richard LevitteMake 'make ordinals' work again
2020-09-13 Richard Levitteutil/mknum.pl: Fix file opening
2020-09-13 Matt CaswellStreamline the safestack generated code
2020-09-13 Matt CaswellAdd a CHANGES entry for the safestack updates
2020-09-13 Matt CaswellRemove some safestack things that are no longer needed
2020-09-13 Matt CaswellFix safestack issues in ui.h
2020-09-13 Matt CaswellFix safestack issues in pkcs12.h
2020-09-13 Matt CaswellFix safestack issues in crypto.h
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-09-13 Matt CaswellFix safestack issues in bio.h
2020-09-13 Matt CaswellFix safestack issues in ess.h
2020-09-13 Matt CaswellFix safestack issues in asn1t.h
2020-09-13 Matt CaswellFix safestack issues in ct.h
2020-09-13 Matt CaswellFix safestack issues in crmf.h
2020-09-13 Matt CaswellFix safestack issues in x509_vfy.h
2020-09-13 Matt CaswellFix safestack issues in srp.h
2020-09-13 Matt CaswellFix safestack issues in pkcs7.h
2020-09-13 Matt CaswellFix safestack issues in ocsp.h
2020-09-13 Matt CaswellFix safestack issues in cms.h
2020-09-13 Matt CaswellFix safestack issues in cmp.h
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13 Matt CaswellFix safestack issues in x509v3.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-13 Matt CaswellFix safestack issues in ssl.h
2020-09-12 Randall S.... NonStop port updates for 3.0.0.
2020-09-12 Richard LevitteTEST: Add a test of EC key generation with encoding...
2020-09-12 Richard LevitteEVP: Add the internal convenience function evp_keymgmt_...
2020-09-12 Shane LontisFix EVP_PKEY_CTX_ctrl() documentation
2020-09-12 Shane LontisUpdate doc for EVP_PKEY_CTX_set_ec_param_enc()
2020-09-12 Richard LevitteEC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to...
2020-09-12 Richard Levittedev/release.sh: Rework to be smoother
2020-09-12 Shane Lontiskeygen: add FIPS error state management to conditional...
2020-09-12 PauliCRNGT: enter FIPS error state if the test fails
2020-09-12 PauliFIPS: error mode is set from failed self tests and...
2020-09-12 Pauliciphers: add FIPS error state handling
2020-09-12 Paulikeymgmt: add FIPS error state handling
2020-09-12 Paulisignature: add FIPS error state handling
2020-09-12 Pauliexchange: add FIPS error state handling
2020-09-12 Paulikdf: add FIPS error state handling
2020-09-12 Paulimac: add FIPS error state handling
2020-09-12 Paulirand: add FIPS error state handling
2020-09-12 Pauliasymciphers: add FIPS error state handling
2020-09-12 Paulidigests: add FIPS error state handling
2020-09-12 PauliFIPS: rename the status call to is_running.
2020-09-12 Pauliprovider: add an 'is_running' call to all providers.
2020-09-12 Shane LontisFix coverity issue: CID 1466479 - Resource leak in...
2020-09-12 Shane LontisFix coverity issue: CID 1466482 - Resource leak in...
2020-09-12 Shane LontisFix coverity issue: CID 1466483 - Improper use of Negat...
2020-09-12 Shane LontisFix coverity issue: CID 1466484 - Remove dead code...
2020-09-12 Shane LontisFix coverity issue: CID 1466485 - Explicit NULL derefer...
2020-09-12 Shane LontisFix coverity issue: CID 1466486 - Resource leak in...
2020-09-12 Richard LevitteOSSL_DECODER 'decode' function must never be NULL.
2020-09-12 Richard LevitteTEST: skip POSIX errcode zero in tesst/recipes/02-test_...
2020-09-11 Biswapriyo... fuzz/test-corpus: check if PATH_MAX is already defined
2020-09-11 Chris Novakovicapps/ca: allow CRL lastUpdate/nextUpdate fields to...
2020-09-11 Dr. David von... Improve robustness and performance of building Unix...
2020-09-11 Dr. David von... apps/cmp.c: Improve example given for -geninfo option...
2020-09-11 Dr. David von... OSSL_CMP_CTX_new.pod: improve doc of OSSL_CMP_CTX_get1_...
2020-09-11 Dr. David von... openssl-cmp.pod.in: Update Insta Demo CA port number...
2020-09-11 Dr. David von... apps/cmp.c: Improve user guidance on missing -subject...
2020-09-11 Dr. David von... apps/cmp.c: Improve documentation of -extracerts, ...
2020-09-11 Dr. David von... apps/cmp.c: Improve documentation of -secret, -cert...
2020-09-11 Dr. David von... check_chain_extensions(): Require X.509 v3 if extension...
2020-09-11 Dr. David von... check_chain_extensions(): Change exclusion condition...
2020-09-11 Dr. David von... x509_vfy.c: Make sure that strict checks are not done...
2020-09-11 Dr. David von... check_chain_extensions(): Add check that CA cert includ...
2020-09-11 Dr. David von... check_chain_extensions(): Add check that on empty Subje...
2020-09-11 Dr. David von... check_chain_extensions(): Add check that AKID and SKID...
2020-09-11 Dr. David von... check_chain_extensions(): Add check that Basic Constrai...
2020-09-11 Dr. David von... Extend X509 cert checks and error reporting in v3_...
2020-09-10 Dr. David von... apps/cmp.c: Improve safeguard assertion on consistency...
2020-09-10 Dr. David von... apps_ui.c: Correct password prompt for ui_method
2020-09-10 Dr. David von... apps_ui.c: Correct handling of empty password from...
2020-09-10 Dr. David von... apps_ui.c: Improve error handling and return value...
2020-09-10 Shane LontisFix fipsinstall module path
2020-09-10 Richard LevitteSTORE: Fix OSSL_STORE_attach() to check |ui_method...
2020-09-10 Dr. David von... Add/harmonize multi-valued RDN support and doc of ca...
2020-09-10 Dr. David von... X509_NAME_cmp(): Clearly document its semantics, refere...
2020-09-10 Dr. David von... X509_NAME_add_entry_by_txt.pod: Improve documentation...
2020-09-10 Dr. David von... X509_NAME_cmp: restrict normal return values to {-1...
2020-09-10 Dr. David von... X509_NAME_oneline(): Fix output of multi-valued RDNs...
2020-09-10 Dr. David von... X509_NAME_print_ex.pod: re-format lines to fit within...
2020-09-10 Dr. David von... app_load_config_bio(): fix crash on error
2020-09-10 Matt CaswellFix an EVP_MD_CTX leak
2020-09-10 Richard LevitteDiverse build.info: Adjust paths
2020-09-10 Dr. David von... bugfix in apps/cmp.c and cmp_client.c: inconsistencies...
2020-09-10 Dr. David von... bugfix in ossl_cmp_msg_protect(): set senderKID and...
2020-09-10 Dr. David von... bugfix in ossl_cmp_msg_add_extraCerts(): should include...
2020-09-10 Dr. David von... test/cmp_{client,msg}_test.c: minor code cleanup
2020-09-10 Dr. David von... test/recipes/81-test_cmp_cli_data/Mock/server.cnf:...
2020-09-10 Dr. David von... 81-test_cmp_cli: Make test output files all different...
next