openssl.git
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...
2020-09-10 Dr. David von... 81-test_cmp_cli.t: Stop unlinking test output files...
2020-09-10 Dr. David von... apps.c: Fix mem leaks on error in load_certs() and...
2020-09-10 Dr. David von... apps/cmp.c: clear leftover errors on loading libengines...
2020-09-10 Dr. David von... apps.c: Fix diagnostics and return value of load_key_ce...
2020-09-10 Dr. David von... Replace all wrong usages of 'B<...>' (typically by...
2020-09-10 Dr. David von... Clean up CMP chain building for CMP signer, TLS client...
2020-09-09 Rich SalzFix markdown nits in NOTES-Windows.txt
2020-09-09 Kurt RoeckxSupport writing RSA keys using the traditional format...
2020-09-09 Richard LevitteENCODER: Refactor provider implementations, and some...
2020-09-09 Jon SpillettFix up issue on AIX caused by broken compiler handling...
2020-09-09 Paulis_time: check return values better
2020-09-09 PauliIn a non-shared build, don't include the md5 object...
2020-09-09 PauliTLS fixes for CBC mode and no-deprecated
2020-09-09 PauliTLS: remove legacy code path supporting special CBC...
2020-09-09 Paulilegacy: include MD5 code in legacy provider
2020-09-09 PauliDeprecate SHA and MD5 again.
2020-09-08 Dr. David von... Allow unauthenticated CMP server if missing -trusted...
2020-09-08 Dr. David von... Add 4 new OIDs for PKIX key purposes and 3 new CMP...
2020-09-08 Richard LevitteTEST: modify test/endecode_test.c to not use legacy...
2020-09-08 Richard LevittePEM: Make PEM_write_bio_PrivateKey_traditional() handle...
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-09-08 Dr. David von... apps/cmp.c: Allow default HTTP path (aka CMP alias...
2020-09-08 Dr. David von... apps/cmp.c: Use enhanced OSSL_HTTP_parse_url(), removin...
2020-09-08 Dr. David von... OSSL_HTTP_parse_url(): add optional port number return...
2020-09-08 Richard LevitteEVP: Move the functions and controls for setting and...
2020-09-08 Richard LevitteEVP: Expand the use of EVP_PKEY_CTX_md()
2020-09-08 Richard LevitteEVP: Add support for delayed EVP_PKEY operation parameters
2020-09-08 Dmitry BelyavskiyNew GOST PKCS12 standard support
2020-09-08 Richard LevitteFix test/evp_extra_test.c
2020-09-08 Richard LevitteEVP: Don't shadow EVP_PKEY_CTX_new* error records
2020-09-08 Richard LevitteEVP: Preserve the EVP_PKEY id in a few more spots
2020-09-07 Jon SpillettUse return code for 'which command' checks
2020-09-07 luxinyouFix memory leaks in conf_def.c
2020-09-07 Richard LevitteBuilding: Build Unix static libraries one object file...
2020-09-06 Richard LevitteDOC: Fix check of EVP_PKEY_fromdata{,_init} in examples
next