oweals/openssl.git
2020-06-19 Matt CaswellCreate defines for TLS Group Ids
2020-06-19 Matt CaswellDon't send supported groups if no-ec and we're doing...
2020-06-19 Matt CaswellProvider a better error message if we fail to copy...
2020-06-19 Matt CaswellMake sure we save the copy function when registering...
2020-06-19 Matt CaswellWrite a test provider to test the TLS-GROUPS capability
2020-06-19 Matt CaswellUpdate the various SSL group getting and setting functions
2020-06-19 Matt CaswellAdd some missing OSSL_PKEY_PARAM_GROUP_NAME documentation
2020-06-19 Matt CaswellAdd documentation about Capabilities
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for ECX too
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for DH too
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-19 Matt CaswellModify libssl to discover supported groups based on...
2020-06-19 Matt CaswellAdd the OSSL_PROVIDER_get_capabilities() API function
2020-06-19 Matt CaswellAdd the concept of "Capabilities" to the default and...
2020-06-19 Benny BaumannAdd missing section on asymmetric ciphers
2020-06-19 haykam821Remove whitespace from 'white space'
2020-06-18 Matthias KraftConfigure DEPs for FIPS provider on AIX.
2020-06-18 Sebastian Andrzej... DOC: Spelling fixes
2020-06-17 Shane LontisFix segfault in openssl app called with no args.
2020-06-17 Paulicoverity 1464213: API usage errors (PRINTF_ARGS)
2020-06-17 Paulicoverity 1464212, 1464214 & 1464215: Resource leaks
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-16 Dmitry BelyavskiyUpdate gost-engine submodule to match EVP_MAC renaming
2020-06-16 Nicola TuveriRefactor BN_R_NO_INVERSE logic in internal functions
2020-06-16 Dr. David von... Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retr...
2020-06-16 Dr. David von... Add OPENSSL_strdup failure check to cpt_ctrl() in bss_a...
2020-06-16 Dr. David von... Fix err checking and mem leaks of BIO_set_conn_port...
2020-06-16 olszomalCMS_get0_signers() description
2020-06-15 Richard LevitteEVP: allow empty strings to EVP_Decode* functions
2020-06-14 Benjamin KadukFix logic error for building x86 CAST assembly
2020-06-13 Nicola TuveriFix nits detected by make cmd-nits
2020-06-13 Dr. David von... Update and extend NOTES.WIN, adding 'Quick start' subse...
2020-06-13 Dr. David von... Chunk 12 of CMP contribution to OpenSSL: CLI-based...
2020-06-13 Dr. David von... Remove extra newline from CMP mock server error and...
2020-06-13 Dr. David von... Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_ch...
2020-06-13 Dr. David von... Bug fix in ossl_cmp_hdr_init(): sould not remember...
2020-06-13 Dr. David von... Bug fix in ossl_cmp_certRep_new(): must allocate empty...
2020-06-13 Dr. David von... Improve description of CMP untrusted certs and msg...
2020-06-13 Dr. David von... Make CMP server use same protection for response as...
2020-06-13 Dr. David von... Fill in transactionID on any error in OSSL_CMP_SRV_proc...
2020-06-13 Dr. David von... Improve ossl_cmp_msg_check_received() and rename to...
2020-06-13 Dr. David von... Improve cert checking diagnostics of OSSL_CMP_validate_...
2020-06-13 Dr. David von... Remove misleading diagnostics on pinned sender cert...
2020-06-13 Dr. David von... Correct error reason of verify_signature() in cmp_vfy.c
2020-06-13 Dr. David von... Extend error output of apps/opt_format() to all error...
2020-06-13 Dr. David von... Remove meanwhile redundant error output of apps/opt_nex...
2020-06-13 Dr. David von... Fix use of -no-proxy option of CMP app
2020-06-13 Dr. David von... Add request URL path checking and status responses...
2020-06-13 Dr. David von... Allow subject of CMP -oldcert as sender unless protecti...
2020-06-13 Dr. David von... Correct error output of parse_name() in apps/lib/apps...
2020-06-13 Dr. David von... Check expected sender not only for signature-protected...
2020-06-13 Dr. David von... Improve description of -trusted, -srvcert, -recipient...
2020-06-13 Dr. David von... Streamline the approach to set CMP message recipient...
2020-06-13 Dr. David von... Fix too strict checks of ossl_cmp_calc_protection()
2020-06-12 PauliGuard new header mac.h against C++isms.
2020-06-12 PauliFix two additional instances of the old EVP_MAC_CTX_...
2020-06-12 John BaldwinUse the inherited 'bsd-gcc-shared' config on 32-bit...
2020-06-11 Sebastian Andrzej... doc: Add a hint to man3/EVP_$hash that it is legacy
2020-06-11 Sebastian Andrzej... APPS: Use a second EVP_MD_CTX for EdDSA verify
2020-06-11 Sebastian Andrzej... APPS: Exclude legacy algorighms from speed
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-11 Paulikdf: make function naming consistent.
2020-06-10 Matt CaswellMake it clear that you can't use all ciphers for CMAC
2020-06-10 Matt CaswellAdd a CMAC test
2020-06-10 Matt CaswellCorrectly handle the return value from EVP_Cipher(...
2020-06-10 Matt CaswellEnsure we never use a partially initialised CMAC_CTX
2020-06-10 Dr. David von... run_tests.pl: Add options for focussing output on faile...
2020-06-10 Dr. David von... Make error output of dhparams and dsaparams app more...
2020-06-10 Dr. David von... Generate error queue entry on FFC_CHECK_BAD_LN_PAIR...
2020-06-10 Dr. David von... Silence gcc false positive warning on refdatalen in...
2020-06-10 Dr. David von... Silence gcc false positive warning on alpn_protos_len...
2020-06-09 Shane LontisUpdate RSA keygen to use sp800-56b by default
2020-06-09 Tomas MrazAdd a test for renegotiation with EXTMS dropped
2020-06-09 Tomas MrazDo not allow dropping Extended Master Secret extension...
2020-06-09 Hubert Kariouse safe primes in ssl_get_auto_dh()
2020-06-08 Richard LevitteAPPS: Fix 'openssl dhparam'
2020-06-08 Richard LevitteAPPS: Fix 'openssl dsaparam -genkey'
2020-06-08 Richard LevitteEVP: Let EVP_PKEY_gen() initialize ctx->keygen_info
2020-06-08 Vadim FedorenkoTLSv1.3: additional checks in SSL_set_record_padding_ca...
2020-06-08 Vadim Fedorenkotest: TLS1.3 and new ciphers for kTLS
2020-06-08 Vadim FedorenkoTLSv13: add kTLS support
2020-06-08 Vadim FedorenkokTLS: add support for AES_CCM128 and AES_GCM256
2020-06-08 Vadim FedorenkokTLS: add Linux-specific kTLS helpers
2020-06-08 Vadim FedorenkokTLS: add new algo definitions
2020-06-08 Vadim FedorenkokTLS: make ktls_start type independed
2020-06-08 Hubert Kariofix doc typo in bn_dh.c
2020-06-08 Dr. David von... Fix 90-test_store.t for latest config, limits, provider...
2020-06-08 Dr. David von... Fix documentation of OSSL_STORE
2020-06-08 Dr. David von... Fix mem leaks and allow missing pkey and/or cert in...
2020-06-08 Dr. David von... Add chain to PKCS#12 test file generation in 90-test_st...
2020-06-08 Dr. David von... Fix code layout in crypto/store/loader_file.c satisfyin...
2020-06-06 Richard LevitteTEST: Adjust test/bioprinttest.c to behave like the...
2020-06-06 Richard LevitteTESTUTIL: Adjust the rest of testutil
2020-06-06 Richard LevitteTESTUTIL: Separate TAP output and other output by BIO...
2020-06-06 Dr. David von... Consolidate doc of BIO_do_connect() and its alias BIO_d...
2020-06-06 Richard LevitteAPPS: Remove unnecessary NULL check of uri in load_cert...
2020-06-06 Richard LevitteAPPS: Make it possible to load_cert() from stdin again
2020-06-06 Benjamin KadukFix a typo in SSL_CTX_set_session_ticket_cb.pod
2020-06-05 Matt CaswellDon't downgrade keys in libssl
2020-06-05 Matt CaswellWhen asked if an ECX key has parameters we should answe...
next