aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-24Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/...Dr. David von Oheimb4-2/+2
2020-05-23Re-introduce legacy EVP_PKEY types for provided keysRichard Levitte4-36/+53
2020-05-23GOST external testsDmitry Belyavskiy6-1/+101
2020-05-23Fix the parameter types of the CRYPTO_EX_dup function type.Bernd Edlinger5-11/+10
2020-05-22Adjust length of some strncpy() callsNicola Tuveri2-6/+30
2020-05-22Prevent use after free of global_engine_lockTomas Mraz1-0/+1
2020-05-22Coverity 1463571: Null pointer dereferences (FORWARD_NULL)Pauli1-1/+1
2020-05-22Coverity 1463574: Null pointer dereferences (REVERSE_INULL)Pauli1-2/+4
2020-05-22Coverity 1463576: Error handling issues (CHECKED_RETURN)Pauli1-2/+2
2020-05-22Coverity 1463258: Incorrect expression (EVALUATION_ORDER)Pauli1-1/+1
2020-05-21There is no -signreq option in CA.plmettacrawler1-2/+2
2020-05-20STORE: Make try_decode_PrivateKey() ENGINE awareRichard Levitte1-0/+37
2020-05-20rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx(): fix check of |md|Richard Levitte1-1/+2
2020-05-20Refactor the provider side DER constants and writersRichard Levitte20-145/+224
2020-05-20deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley8-20/+36
2020-05-20t1_trce: Fix remaining places where the 24 bit shift overflow happensTomas Mraz1-5/+16
2020-05-20Avoid potential overflow to the sign bit when shifting left 24 placesTomas Mraz1-1/+1
2020-05-20Cast the unsigned char to unsigned int before shifting leftTomas Mraz1-4/+4
2020-05-20Fix egd and devrandom source configsBernd Edlinger2-2/+6
2020-05-20Add OSSL_PROVIDER_do_all()Richard Levitte4-1/+20
2020-05-19Update early data exchange scenarios in docraja-ashok1-4/+5
2020-05-19Update limitation of psk_client_cb and psk_server_cb in usage with TLSv1.3raja-ashok2-2/+6
2020-05-19Test for the SSL_OP_IGNORE_UNEXPECTED_EOF optionDmitry Belyavskiy1-0/+56
2020-05-19Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy10-16/+88
2020-05-19Use {module,install}-mac, not -checksumRich Salz2-8/+8
2020-05-19Revise fips_install.podRich Salz1-22/+26
2020-05-19Revise x509v3_config.podRich Salz1-254/+269
2020-05-19Revise fips_config.podRich Salz1-15/+25
2020-05-19Add missing pragma weak declaration to lhash.hNorm Green1-0/+1
2020-05-19deprecate EC precomputation functionalityBilly Brumley9-23/+46
2020-05-19New Russian TLS 1.2 implementationDmitry Belyavskiy13-28/+428
2020-05-19GOST-related objects changesDmitry Belyavskiy4-3/+12
2020-05-19Constants for new GOST TLS 1.2 ciphersuitesDmitry Belyavskiy4-1/+11
2020-05-19CORE: query for operations only once per provider (unless no_store is true)Richard Levitte8-10/+168
2020-05-19Use _get0_ functions instead of _get_.Marc1-2/+2
2020-05-19s_client: Show cert algorithms & validity periodMarc1-0/+14
2020-05-18Fix some places where X509_up_ref is usedBernd Edlinger5-21/+51
2020-05-18TTY_get() in crypto/ui/ui_openssl.c open_console() can also return errno 1 (E...Maxim Zakharov1-0/+10
2020-05-18Delete the sslprovider testMatt Caswell3-198/+1
2020-05-18Fix small documentation issuesNikolay Morozov7-59/+13
2020-05-16deprecate EC_POINTs_mul functionBilly Brumley8-25/+83
2020-05-16Update documentation following changes of various typesMatt Caswell3-32/+53
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell38-336/+847
2020-05-16CORE: Fix a couple of bugs in algorithm_do_this()Richard Levitte1-2/+2
2020-05-15Test TLSv1.3 out-of-band PSK with all 5 ciphersuitesraja-ashok1-1/+112
2020-05-15Fix crash in early data send with out-of-band PSK using AES CCMraja-ashok1-2/+9
2020-05-15Fix all MD036 (emphasis used instead of heading)Rich Salz3-39/+39
2020-05-15Add "md-nits" make targetRich Salz2-6/+19
2020-05-15Add 'methods' parameter to setup_engine() in apps.c for individual method def...David von Oheimb4-25/+20
2020-05-15Clean up macro definitions of openssl_fdset() in apps.h and sockets.hDr. David von Oheimb2-9/+3