summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-06Add TLS1_3_VERSION and SSL_OP_NO_TLSv1_3 defines under guards.jsing2-2/+13
2018-11-06Start working towards adding feature flags (rather than anti-feature flags)jsing1-1/+10
2018-11-06Unbreak regress following Supported Elliptic Curve extension rename.jsing1-49/+49
2018-11-05Make use of bn_rand_interval() where appropriate.tb5-33/+24
2018-11-05Introduce bn_rand_interval() that allows specifying an interval [a, b)tb2-2/+30
2018-11-05Eliminate a few "} else" branches, a few unneeded NULL checks beforetb3-43/+33
2018-11-05Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() alreadytb2-21/+7
2018-11-05Rename the TLS Supported Elliptic Curves extension to Supported Groups.jsing6-88/+92
2018-11-05Rework the TLS extension handling code to improve readability/flexibility,jsing1-89/+112
2018-11-05Implement coordinate blinding for EC_POINT.tb10-18/+110
2018-11-05Implement C11's aligned_alloc(3). ok guenther@otto2-5/+84
2018-11-05Clean up the code that checks if we can choose an EC cipher suite.jsing3-16/+7
2018-11-05Consolidate all of the SSL method structs/functions into a single file.jsing8-871/+672
2018-11-05Mop up ecdh_tmp, since it is no longer used.jsing3-25/+4
2018-11-04Define OPENSSL_NO_ASYNC - our libcryptosink does not have built in asyncjsing1-1/+1
2018-11-04Update the opensslfeatures.h to include all of the OPENSSL_NO_* flags thatjsing1-8/+84
2018-11-04Reformat and sort the OPENSSL_NO_* defines.jsing1-25/+25
2018-11-02move X509_get0_serialNumber where it belongstb1-1/+1
2018-11-02whitespacetb1-2/+2
2018-11-01Make the documentation of -conv_form match reality. It defaultstb1-6/+6
2018-10-26show what went wrong with a unix domain socket, rather than fail silentlydlg1-2/+4
2018-10-24Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto)jsing3-6/+6
2018-10-24Make more of libssl's record layer state internal.jsing8-88/+86
2018-10-24Remove a GOST data symbol that should not be exported.jsing1-1/+0
2018-10-24Remove a bunch of ancient and highly crufty ASN.1 related code fromjsing9-1633/+22
2018-10-24Remove stack related macros that should have been nuked whenjsing1-333/+1
2018-10-20Avoid calling memcpy with a length <= 0. Reported due to a GCC 7.3.0tb1-5/+6
2018-10-20With the fixed length checks in aes_wrap.c 1.11, we can remove the uglytb1-11/+3
2018-10-20RFC 3394 section 2 states that we need at least two 64 bit blockstb1-6/+6
2018-10-19Run Wycheproof testvectors for AES Key Wrap without padding (RFC 3394)tb1-4/+144
2018-10-19truncate long comments in audit summarytb1-2/+7
2018-10-18simplify BN_bin2bn() calls; no need to pre-declare the variable.tb1-11/+6
2018-10-18Avoid a bad out of bounds access that caused intermittent crashes.tb1-2/+2
2018-10-07whitespace cleanup and other minor things from gofmttb1-44/+39
2018-10-06make sure all CStrings are freedtb1-3/+7
2018-10-06plug a memory leaktb1-1/+2
2018-10-06wrap a few more overlong linestb1-14/+36
2018-10-06wrap some overlong fmt.Printfstb1-53/+106
2018-10-06It's slightly simpler to get the ECDH public key as an EC_POINT by usingtb1-16/+15
2018-10-06free EC_POINT and EC_GROUPtb1-1/+4
2018-10-06Run Wycheproof ECDH Web Crypto test vectors against libcrypto.tb1-6/+155
2018-10-06merge runECDSAWebCryptoTest() into runECDSATest()tb1-53/+31
2018-10-06factor ECDSA signature extraction into its own functiontb1-24/+35
2018-10-06make allocate/use/defer dances more consistent in ECDSA sig extractiontb1-9/+8
2018-10-05Run Wycheproof ECDSA Web Crypto test vectors against libcrypto.tb1-7/+166
2018-10-04Better refer to RFC 8422 which obsoletes RFC 4492.tb1-2/+2
2018-10-04While we don't explicitly support curve secp256r1, we can run 1250 teststb1-11/+2
2018-10-04Plug TLS context leak in nc(1) server and client mode. Movebluhm1-12/+10
2018-10-01As per POSIX, when str{,r}chr is comparing it should convert c to a char.martijn4-8/+10
2018-09-30in ECDH, gather statistics where it makes more sensetb1-8/+5