summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-07Use an unsigned long long and corresponding formatstb1-3/+3
2023-07-07Mop up remaining uses of ASN1_bn_print()tb4-140/+38
2023-07-07Insert leading octet if high bit of first nibble is 1tb1-1/+7
2023-07-07One source file per line.jsing1-5/+10
2023-07-06Convert ecpk_print_explicit_parameters() to bn_printf()tb1-34/+8
2023-07-06bn_print: remove unused bio, plug leaktb1-5/+3
2023-07-06Add regress coverage for bn_printftb2-1/+283
2023-07-06Add bn_printf(), a replacement for ASN1_bn_print()tb3-2/+154
2023-07-06unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goobeck3-54/+3
2023-07-06define OPENSSL_NO_DTLS1_1 since we no longer have that either.beck1-2/+5
2023-07-06Define the 'standard' OPENSSL_NO_BLAHBLAH's for no tls 1.0 or 1.1beck1-3/+4
2023-07-05Hide symbols in asn1 and biobeck80-80/+1511
2023-07-05upstream hidden file #include_next workaround for MS C compilersbcook10-10/+50
2023-07-05don't return in a void functionbcook1-2/+2
2023-07-05Merge bio.h patch from libressl-portabletb1-1/+15
2023-07-05whitespacetb1-4/+4
2023-07-05Correct formattingbeck1-17/+9
2023-07-05Avoid undefined behavior in tlsexttesttb1-11/+18
2023-07-05Mop up last uses of ECDHerror() and ECDSAerror()tb4-25/+33
2023-07-05Hide symbols in chachabeck3-1/+43
2023-07-05One more ECDSAerror goes.tb1-2/+2
2023-07-05ECDHerror() and ECDSAerror will go awaytb2-45/+45
2023-07-05Adjust the public declaration of OpenSSLDie to use a portablebcook1-2/+10
2023-07-05Drop an incorrect part from a commenttb1-2/+2
2023-07-05Missing . in commenttb1-2/+2
2023-07-05Fix #includestb1-2/+6
2023-07-05Remove local prototypes for public API (?!)tb1-6/+1
2023-07-05Improve BN_bn2bin() error check for readabilitytb1-2/+2
2023-07-05Merge ECDH code that will stay into ecdh.ctb3-125/+65
2023-07-05Move ECDSA_size() to a more sensible place in this filetb1-28/+28
2023-07-05Merge ECDSA code that will stay into ecdsa.ctb3-160/+97
2023-07-05Rename ecs_local.h into ecdsa_local.htb7-13/+13
2023-07-05Make variables in prototypes match function declarationstb1-6/+6
2023-07-05Drop useless ossl_ prefixestb8-40/+52
2023-07-04Avoid outputting invalid signaturestb1-1/+11
2023-07-04Clean up ECDSA verificationtb1-14/+29
2023-07-04ECDSA signing: annotate code with steps corresponding to FIPS 185-6.tb1-3/+25
2023-07-04Extract private key and group order in s computationtb1-19/+18
2023-07-04Use key for the EC_KEY everywheretb1-39/+38
2023-07-04Some more consistency in variable namestb1-15/+15
2023-07-04Normalize ECDSA_SIG to be sig everywheretb1-11/+11
2023-07-04Normalize on digest and digest_len rather than dgst dlen dgstlen, etc.tb1-28/+34
2023-07-04Rework ecdsa_prepare_digest()tb1-35/+35
2023-07-04Plug leak in the ssltesttb1-1/+2
2023-07-04Factor the computation of ECDSA s into a functiontb1-69/+88
2023-07-03sign_sig: drop ckinvtb1-5/+7
2023-07-03Rework the logic in ECDSA sign_sig()tb1-24/+30
2023-07-03add regress tests for the remainder of the function provided by our uuid.hjasper1-5/+137
2023-07-03Delete some more references to dead policy code.tobhe1-12/+1
2023-07-03sign_sig: test on assignmenttb1-5/+6