openssl.git
2021-07-02 Matt CaswellWork around a 32-bit mingw failure
2021-07-02 Matt CaswellUse TEST_time_t_* functions in cmp_hrd_test.c
2021-07-02 Matt CaswellAvoid some MinGW test failures
2021-07-02 Oliver MihatschFix memory leak in i2d_ASN1_bio_stream
2021-07-02 Tomas MrazPEM_read_...: document that garbage and other PEM data...
2021-07-02 Tomas Mrazload_key_certs_crls: Avoid reporting any spurious errors
2021-07-02 Tomas Mraztest_pem_reading: Test loading a key from a file with...
2021-07-02 Tomas Mrazload_pkey_pem: Check for spurious errors when loading
2021-07-02 Tomas Mrazpem_read_bio_key: Add passphrase caching to avoid askin...
2021-07-02 Tomas Mrazpem_read_bio_key_decoder: Avoid spurious error on unkno...
2021-07-02 Shane LontisFix compile errors when building with --api=1.1.0 no...
2021-07-02 Paul Kehrerupdate pyca-cryptography regression test suite
2021-07-02 Randall S.... Defined out MUTEX attributes not available on NonStop...
2021-07-01 Tomas Mrazdoc: Mention the update of der data pointers in d2i/i2d
2021-07-01 Richard LevitteDOC: clarify OPENSSL_API_COMPAT
2021-07-01 Paulici: add a memory sanitiser test run
2021-07-01 Pauliafalg: add some memory initialisation calls to pacify...
2021-07-01 Randall S.... Document cross-compile considerations for NonStop x86...
2021-06-30 David BenjaminFix use of uninitialized memory in test_rsa_oaep
2021-06-30 Dr. David von... OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(...
2021-06-30 Dr. David von... cmp_mock_srv.c: Add missing OldCertID check for 'kur...
2021-06-30 Dr. David von... CMP: Add missing getter functions to CRMF API and CMP API
2021-06-30 Paulitest: fix test ordering in threads test
2021-06-30 Paulievp: fix coverity 1473380 Copy into fixed size buffer...
2021-06-30 Paulidh_test: fix coverity 1473239 Argument cannot be negati...
2021-06-30 Paulis_time: avoid unlikely division by zero
2021-06-30 Paulibio: check for valid socket when closing
2021-06-30 Paulitest: fix coverity 1469427 Improper use of negative...
2021-06-30 Paulix509: improve error reporting
2021-06-29 Dmitry BelyavskiyMissing link to fips_config documentation
2021-06-29 Tomas Mrazcoverity #1486532: fix potential NULL dereference in...
2021-06-29 Tomas Mrazcoverity #1486531: return error properly from x509_pubk...
2021-06-29 Richard LevitteEVP: Have EVP_PKCS82PKEY_ex() pass a correct selection...
2021-06-29 Richard LevitteDECODER & ENCODER: Make sure to pass around the origina...
2021-06-29 Dr. David von... ossl_cmp_error_new(): Fix Coverity issue 1486534, and...
2021-06-29 Hubert Kariodoc: make error checking in ticket handling code explicit
2021-06-29 David CARLIERdarwin platform replacing getentropy usage by platform...
2021-06-29 Richard LevitteOSSL_STORE: Fix crash when tracing STORE
2021-06-29 Richard LevitteENCODER & DECODER: Make a tighter coupling between...
2021-06-29 Richard LevittePROV: Have our PEM->DER decoder only recognise our...
2021-06-28 Matt CaswellEnsure ordinals are created during release process
2021-06-27 Lőrinczy, ZsigmondUpdate config.pm
2021-06-27 Paulievp_test: use correct size in memory clear
2021-06-26 Dr. David von... DOC: Clarify the role of EKUs including defaults for...
2021-06-26 Richard LevitteFix 'openssl req' to correctly use the algorithm from...
2021-06-26 Richard LevitteENCODER & DECODER: Allow en/decoders to have multiple...
2021-06-26 Paulidoc: update up call documentation
2021-06-26 Richard Levittetest/recipes/90-test_includes_data/vms-includes.cnf...
2021-06-26 Richard Levitteapps/CA.pl.in: restore the quotes around -CAfile, they...
2021-06-26 Richard Levittetest/recipes/80-test_ca.t: Don't force quotes around...
2021-06-26 Richard Levittetest/recipes/66-test_ossl_store.t: ensure native paths
2021-06-26 Richard Levittetestutil: teach test_mk_file_path() how to merge VMS...
2021-06-26 Richard Levittetest/ossl_store_test.c: Adapt the use of datadir for...
2021-06-26 Richard LevitteUTF-8 not easily supported on VMS command line yet
2021-06-26 Richard LevitteFix test_errstr for VMS
2021-06-26 Christian HeimesFix segfault in openssl x509 -modulus
2021-06-26 Matt CaswellAdd wrap.pl to .gitignore
2021-06-26 Theo BuehlerFix two typos in OSSL_trace_enabled.pod
2021-06-26 Paulitest: check for NULL returns better
2021-06-26 Paulitest: avoid memory leaks on errors
2021-06-26 Paulievp_test: address NULL pointer dereference and return...
2021-06-26 Pauliui: address potential memory leak
2021-06-26 Pauliapps: address potential memory leaks
2021-06-26 Paulix509: address NULL dereference and memory leaks
2021-06-26 Pauliapps: properly initialise arguments to EVP_PKEY_get_bn_...
2021-06-26 Tomas MrazUpdate fips sources and checksums
2021-06-26 Tomas MrazOnly the fips module dependencies are relevant for...
2021-06-25 Dr. David von... Fix file_name_check() in storemgmt/file_store.c and...
2021-06-25 yunhenable getauxval on android 10
2021-06-25 Tomas Mrazppccap.c: Split out algorithm-specific functions
2021-06-25 Dr. David von... CMP: Improve reporting of error codes and related strin...
2021-06-25 Dr. David von... ossl_sk_ASN1_UTF8STRING2text(): Minor generalization...
2021-06-25 Dr. David von... CMP: Clean up internal message creation API and its...
2021-06-25 Paulitest: add EVP_Q_mac tests to evp_test
2021-06-25 Paulitest: add EVP_Q_digest tests to evp_test
2021-06-25 Richard LevitteOpenSSL::Util::fixup_cmd_elements(): Include '!' among...
2021-06-25 Petr GotthardBIO_new_from_core_bio: Fix heap-use-after-free after...
2021-06-24 Tomas Mraztrace: Do not produce dead code calling BIO_printf...
2021-06-24 Matt CaswellFix a race in ossl_provider_add_to_store()
2021-06-24 Matt CaswellMove OPENSSL_add_builtin back into provider.c
2021-06-24 Matt CaswellUpdate documentation following updates to the provider...
2021-06-24 Matt Caswellmake struct provider_info_st a full type
2021-06-24 Matt CaswellDon't skip the current provider in ossl_provider_regist...
2021-06-24 Matt CaswellAdd a test to check that RAND_bytes_ex() works with...
2021-06-24 Matt CaswellDon't hold any locks while calling the provider init...
2021-06-24 Matt CaswellOnly associate a provider with a store once it has...
2021-06-24 Matt CaswellMerge ossl_provider_activate() and ossl_provider_activa...
2021-06-24 Matt CaswellSet use_fallbacks to zero when we add a provider to...
2021-06-24 Matt CaswellRemove flag_couldbechild
2021-06-24 Matt CaswellAdd a new provider to the store only after we activate it
2021-06-24 Matt CaswellInstantiate configuration supplied providers when we...
2021-06-24 Matt CaswellInstantiate user-added builtin providers when we need...
2021-06-24 Matt CaswellInstantiate predefined providers just-in-time
2021-06-24 Tomas MrazOSSL_DECODER_from_bio: Avoid spurious decoder error
2021-06-24 Tomas Mrazepki2pki_decode: passphrase callback failure is fatal...
2021-06-24 Tomas Mrazossl_pw_get_passphrase: No ui method does not necessari...
2021-06-24 Tomas MrazDocumentation: SM2 keys can use only the SM2 curve
2021-06-24 Tomas Mrazsimpledynamic: Add missing include for AIX builds
2021-06-24 Richard LevitteTEST: Modify simpledynamic.[ch] to allow use on VMS...
2021-06-24 Richard Levittetest/recipes/90-test_shlibload.t: Modify to work with...
next