summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use an unsigned long long and corresponding formatstb2023-07-071-3/+3
* Mop up remaining uses of ASN1_bn_print()tb2023-07-074-140/+38
* Insert leading octet if high bit of first nibble is 1tb2023-07-071-1/+7
* One source file per line.jsing2023-07-071-5/+10
* Convert ecpk_print_explicit_parameters() to bn_printf()tb2023-07-061-34/+8
* bn_print: remove unused bio, plug leaktb2023-07-061-5/+3
* Add regress coverage for bn_printftb2023-07-062-1/+283
* Add bn_printf(), a replacement for ASN1_bn_print()tb2023-07-063-2/+154
* unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goobeck2023-07-063-54/+3
* define OPENSSL_NO_DTLS1_1 since we no longer have that either.beck2023-07-061-2/+5
* Define the 'standard' OPENSSL_NO_BLAHBLAH's for no tls 1.0 or 1.1beck2023-07-061-3/+4
* Hide symbols in asn1 and biobeck2023-07-0580-80/+1511
* upstream hidden file #include_next workaround for MS C compilersbcook2023-07-0510-10/+50
* don't return in a void functionbcook2023-07-051-2/+2
* Merge bio.h patch from libressl-portabletb2023-07-051-1/+15
* whitespacetb2023-07-051-4/+4
* Correct formattingbeck2023-07-051-17/+9
* Avoid undefined behavior in tlsexttesttb2023-07-051-11/+18
* Mop up last uses of ECDHerror() and ECDSAerror()tb2023-07-054-25/+33
* Hide symbols in chachabeck2023-07-053-1/+43
* One more ECDSAerror goes.tb2023-07-051-2/+2
* ECDHerror() and ECDSAerror will go awaytb2023-07-052-45/+45
* Adjust the public declaration of OpenSSLDie to use a portablebcook2023-07-051-2/+10
* Drop an incorrect part from a commenttb2023-07-051-2/+2
* Missing . in commenttb2023-07-051-2/+2
* Fix #includestb2023-07-051-2/+6
* Remove local prototypes for public API (?!)tb2023-07-051-6/+1
* Improve BN_bn2bin() error check for readabilitytb2023-07-051-2/+2
* Merge ECDH code that will stay into ecdh.ctb2023-07-053-125/+65
* Move ECDSA_size() to a more sensible place in this filetb2023-07-051-28/+28
* Merge ECDSA code that will stay into ecdsa.ctb2023-07-053-160/+97
* Rename ecs_local.h into ecdsa_local.htb2023-07-057-13/+13
* Make variables in prototypes match function declarationstb2023-07-051-6/+6
* Drop useless ossl_ prefixestb2023-07-058-40/+52
* Avoid outputting invalid signaturestb2023-07-041-1/+11
* Clean up ECDSA verificationtb2023-07-041-14/+29
* ECDSA signing: annotate code with steps corresponding to FIPS 185-6.tb2023-07-041-3/+25
* Extract private key and group order in s computationtb2023-07-041-19/+18
* Use key for the EC_KEY everywheretb2023-07-041-39/+38
* Some more consistency in variable namestb2023-07-041-15/+15
* Normalize ECDSA_SIG to be sig everywheretb2023-07-041-11/+11
* Normalize on digest and digest_len rather than dgst dlen dgstlen, etc.tb2023-07-041-28/+34
* Rework ecdsa_prepare_digest()tb2023-07-041-35/+35
* Plug leak in the ssltesttb2023-07-041-1/+2
* Factor the computation of ECDSA s into a functiontb2023-07-041-69/+88
* sign_sig: drop ckinvtb2023-07-031-5/+7
* Rework the logic in ECDSA sign_sig()tb2023-07-031-24/+30
* add regress tests for the remainder of the function provided by our uuid.hjasper2023-07-031-5/+137
* Delete some more references to dead policy code.tobhe2023-07-031-12/+1
* sign_sig: test on assignmenttb2023-07-031-5/+6