openssl.git
2021-07-28 Paulici: get rid of no-asm flag to m68k cross compiles
2021-07-28 Paulici: add the param conversion tests to the cross compiles.
2021-07-28 PauliQEMU: include test runs for most cross compilation...
2021-07-28 Paulitest: handle not a number (NaN) values in the param...
2021-07-27 Matt CaswellAdd a test case for EVP_MD_meth_dup() and EVP_CIPHER_me...
2021-07-27 Matt CaswellFix EVP_MD_meth_dup and EVP_CIPHER_meth_dup
2021-07-27 Matt CaswellMark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_...
2021-07-27 Tomas MrazKTLS: AES-CCM in TLS-1.3 is broken on 5.x kernels,...
2021-07-27 Tomas MrazTest ktls in non-default options CI build
2021-07-27 Tomas MrazDrop no-ktls from runchecker daily build as it has...
2021-07-27 Tomas MrazECDSA_SIG_set0(): Clarify documentation and fix formatt...
2021-07-27 Tomas MrazECDSA_SIG_set0: r and s parameters cannot be NULL
2021-07-26 Richard LevitteDOCS: Move the description of EVP_PKEY_get0_description()
2021-07-26 Richard LevitteEVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0...
2021-07-23 Tomas MrazFix potential problems with EVP_PKEY_CTX_new() with...
2021-07-23 Tomas Mrazdo_sigver_init: Add missing ERR_clear_last_mark()
2021-07-23 Paulici: QEMU based cross compiled testing
2021-07-23 Paulici: reinstate the passwd tests for the no-cached-fetch...
2021-07-23 jenda1Makefile: Avoid changing LIBDIR based on whether it...
2021-07-23 Tomas MrazDSA/RSA_print(): Fix potential memory leak
2021-07-22 Matt CaswellAdd a test for custom EVP_PKEY_METHODs
2021-07-22 Matt CaswellFix custom EVP_PKEY_METHOD implementations where no...
2021-07-22 Matt CaswellUpdate our EVP_PKEY_METHODs to get low level keys via...
2021-07-22 Dr. David von... OSSL_HTTP_open(): Fix memory leak on TLS connect failur...
2021-07-21 Paulici: omit tests that consume too much memory
2021-07-21 Dr. David von... tls_process_{client,server}_certificate(): allow verify...
2021-07-21 Dr. David von... SSL_CTX_set_cert_verify_callback.pod: various correctio...
2021-07-21 yangyangtiantianlonglongAdd testcases for SSL_key_update() corner case calls
2021-07-20 Paulitest: include all DRBG tests in FIPS mode
2021-07-20 Paulidocs: update CTR DRBG documentation to not mention...
2021-07-20 Paulierr: remove the derivation function is mandatory for...
2021-07-20 Paulidrbg: allow the ctr derivation function to be disabled...
2021-07-20 Ingo SchwarzeFix a read buffer overrun in X509_aux_print().
2021-07-20 Petr Gottharddoc: fix OPENSSL_VERSION_NUMBER length in the synopsis
2021-07-20 Paulidemos: update readme file with pbkdf2 and scrypt examples.
2021-07-20 Paulidemos: add Makefile support for pbkdf2 and scrypt KDF...
2021-07-20 Paulidemo: add scrypt demonstration program
2021-07-20 Paulidemo: add pbkdf2 demonstration program
2021-07-19 Paulitest: fix use after scope problem in ACVP test
2021-07-17 Matt CaswellFix some minor record layer issues
2021-07-17 Matt CaswellFix signed/unsigned comparison warnings in sslapitest
2021-07-17 Pauliconfig: enable ACVP test case if FIPS is enabled.
2021-07-16 Tomas Mrazdoc: It is not possible to use SSL_OP_* value in prepro...
2021-07-16 Matt CaswellDisallow SSL_key_update() if there are writes pending
2021-07-16 Matt CaswellDon't reset the packet pointer in ssl3_setup_read_buffer
2021-07-16 Tomas MrazRSA_public_decrypt is equivalent to a verify recover...
2021-07-16 Tomas Mrazevp_test: Add tests for rsa_padding_mode:none
2021-07-16 Tomas MrazAllow RSA signature operations with RSA_NO_PADDING
2021-07-16 Tomas MrazDrop daily run-checker build with just enable-acvp...
2021-07-16 Tomas MrazCI: have enable-acvp-tests in some CI build
2021-07-16 Tomas MrazSignature algos: allow having identical digest in params
2021-07-16 Tomas Mrazacvp_test: Fix incorrect parenthesis
2021-07-16 Daiki Uenoapps: Use the first detected address family if IPv6...
2021-07-15 Tomas MrazSplit bignum code out of the sparcv9cap.c
2021-07-15 Paulidoc: document the params arguments to the initialisatio...
2021-07-15 Paulievp: constify some OSSL_PARAM arguments
2021-07-15 Tomas MrazMake EVP_PKEY_check() be an alias for EVP_PKEY_pairwise...
2021-07-15 Tomas Mrazdoc: Document that incomplete certificates return error
2021-07-14 Paulitest: add single byte IV AES GCM tests
2021-07-14 PauliRemove lower limit on GCM mode ciphers
2021-07-14 Pauliapps: avoid using POSIX IO macros and functions when...
2021-07-14 Syrone WongFix OSSL_TRACE9 missing arg9
2021-07-13 Richard LevitteAvoid empty lines in nmake rule bodies
2021-07-13 Tianjia ZhangRemove executable mode attributes of non-executable...
2021-07-12 Pauliasn.1: fix Coverity 1487104 Logically dead code
2021-07-11 Paulidoc: document the new opt_legacy_okay() function's...
2021-07-11 Pauliapp: add library context and propq arguments to opt_md...
2021-07-11 Pauliapps: add a function opt_legacy_okay() that indicates...
2021-07-11 Pauliapps: add query to allow a command to know of a provide...
2021-07-11 Paulitest: make build descriptions more consistent
2021-07-11 Paulitest: add a shim function for the apps's opt_legacy_oka...
2021-07-11 Paulitest: rename apps_mem.c to be apps_shims.c in anticipat...
2021-07-11 Dr. David von... Fix legacy OCSP_REQ_CTX_http() function to expect ASN...
2021-07-11 Dr. David von... Improve doc of OSSL_HTTP_REQ_CTX_set_expected() on...
2021-07-10 Daiki UenoBIO_lookup_ex: use AI_ADDRCONFIG only if explicit host...
2021-07-10 Tomas Mraztest_cmp_ctx: Avoid using empty X509 with i2d
2021-07-10 Richard LevitteFix test/asn1_encode_test.c to handle encoding/decoding...
2021-07-10 Richard LevitteFix test/asn1_encode_test.c to not use ASN1_FBOOLEAN
2021-07-10 Richard LevitteASN.1: Refuse to encode to DER if non-optional items...
2021-07-10 Richard LevitteTEST: Check that i2d refuses to encode non-optional...
2021-07-10 Richard LevitteConfigurations/unix-Makefile.tmpl: use platform->shared...
2021-07-10 Richard Levitteplatform->sharedlib_simple(): return undef when same...
2021-07-09 Matt CaswellFix s_server PSK handling
2021-07-09 Matt CaswellAdd a PKCS12 test to check with one input cert we get...
2021-07-09 Matt CaswellDon't add the first pkcs12 certificate multiple times
2021-07-08 Pauliapps: fix Coverity 1451531 Unchecked return value
2021-07-08 Paulievp: detect and raise an error if no digest is found...
2021-07-08 Juergen ChristFix compile warning with GCC 11.
2021-07-08 Randall S.... Made foreign bit field unsigned in evp.h
2021-07-08 Rich SalzFix bug in X509_print_ex
2021-07-07 Benjamin KadukFix comment for test_negotiated_group() test order
2021-07-07 Richard LevitteCRYPTO: Remove the check for built-in methods in the...
2021-07-07 Paulibn: procduce correct sign for result of BN_mod()
2021-07-06 Paulichanges: add entry noting the removal of ERR_GET_FUNC()
2021-07-06 Paulidoc: update documentation to note removal of ERR_GET_FUNC()
2021-07-06 Paulierr: remove ERR_GET_FUNC()
2021-07-06 Paulitest: add some integral type size sanity checks
2021-07-06 Pauliutil: add -fips option to wrap.pl to make using the...
2021-07-06 Shane LontisAdd HKDF negative tests
2021-07-06 Shane LontisAdd test for provider gettables
next