index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-07
Use an unsigned long long and corresponding formats
tb
1
-3
/
+3
2023-07-07
Mop up remaining uses of ASN1_bn_print()
tb
4
-140
/
+38
2023-07-07
Insert leading octet if high bit of first nibble is 1
tb
1
-1
/
+7
2023-07-07
One source file per line.
jsing
1
-5
/
+10
2023-07-06
Convert ecpk_print_explicit_parameters() to bn_printf()
tb
1
-34
/
+8
2023-07-06
bn_print: remove unused bio, plug leak
tb
1
-5
/
+3
2023-07-06
Add regress coverage for bn_printf
tb
2
-1
/
+283
2023-07-06
Add bn_printf(), a replacement for ASN1_bn_print()
tb
3
-2
/
+154
2023-07-06
unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goo
beck
3
-54
/
+3
2023-07-06
define OPENSSL_NO_DTLS1_1 since we no longer have that either.
beck
1
-2
/
+5
2023-07-06
Define the 'standard' OPENSSL_NO_BLAHBLAH's for no tls 1.0 or 1.1
beck
1
-3
/
+4
2023-07-05
Hide symbols in asn1 and bio
beck
80
-80
/
+1511
2023-07-05
upstream hidden file #include_next workaround for MS C compilers
bcook
10
-10
/
+50
2023-07-05
don't return in a void function
bcook
1
-2
/
+2
2023-07-05
Merge bio.h patch from libressl-portable
tb
1
-1
/
+15
2023-07-05
whitespace
tb
1
-4
/
+4
2023-07-05
Correct formatting
beck
1
-17
/
+9
2023-07-05
Avoid undefined behavior in tlsexttest
tb
1
-11
/
+18
2023-07-05
Mop up last uses of ECDHerror() and ECDSAerror()
tb
4
-25
/
+33
2023-07-05
Hide symbols in chacha
beck
3
-1
/
+43
2023-07-05
One more ECDSAerror goes.
tb
1
-2
/
+2
2023-07-05
ECDHerror() and ECDSAerror will go away
tb
2
-45
/
+45
2023-07-05
Adjust the public declaration of OpenSSLDie to use a portable
bcook
1
-2
/
+10
2023-07-05
Drop an incorrect part from a comment
tb
1
-2
/
+2
2023-07-05
Missing . in comment
tb
1
-2
/
+2
2023-07-05
Fix #includes
tb
1
-2
/
+6
2023-07-05
Remove local prototypes for public API (?!)
tb
1
-6
/
+1
2023-07-05
Improve BN_bn2bin() error check for readability
tb
1
-2
/
+2
2023-07-05
Merge ECDH code that will stay into ecdh.c
tb
3
-125
/
+65
2023-07-05
Move ECDSA_size() to a more sensible place in this file
tb
1
-28
/
+28
2023-07-05
Merge ECDSA code that will stay into ecdsa.c
tb
3
-160
/
+97
2023-07-05
Rename ecs_local.h into ecdsa_local.h
tb
7
-13
/
+13
2023-07-05
Make variables in prototypes match function declarations
tb
1
-6
/
+6
2023-07-05
Drop useless ossl_ prefixes
tb
8
-40
/
+52
2023-07-04
Avoid outputting invalid signatures
tb
1
-1
/
+11
2023-07-04
Clean up ECDSA verification
tb
1
-14
/
+29
2023-07-04
ECDSA signing: annotate code with steps corresponding to FIPS 185-6.
tb
1
-3
/
+25
2023-07-04
Extract private key and group order in s computation
tb
1
-19
/
+18
2023-07-04
Use key for the EC_KEY everywhere
tb
1
-39
/
+38
2023-07-04
Some more consistency in variable names
tb
1
-15
/
+15
2023-07-04
Normalize ECDSA_SIG to be sig everywhere
tb
1
-11
/
+11
2023-07-04
Normalize on digest and digest_len rather than dgst dlen dgstlen, etc.
tb
1
-28
/
+34
2023-07-04
Rework ecdsa_prepare_digest()
tb
1
-35
/
+35
2023-07-04
Plug leak in the ssltest
tb
1
-1
/
+2
2023-07-04
Factor the computation of ECDSA s into a function
tb
1
-69
/
+88
2023-07-03
sign_sig: drop ckinv
tb
1
-5
/
+7
2023-07-03
Rework the logic in ECDSA sign_sig()
tb
1
-24
/
+30
2023-07-03
add regress tests for the remainder of the function provided by our uuid.h
jasper
1
-5
/
+137
2023-07-03
Delete some more references to dead policy code.
tobhe
1
-12
/
+1
2023-07-03
sign_sig: test on assignment
tb
1
-5
/
+6
[next]