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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use an unsigned long long and corresponding formats
tb
2023-07-07
1
-3
/
+3
*
Mop up remaining uses of ASN1_bn_print()
tb
2023-07-07
4
-140
/
+38
*
Insert leading octet if high bit of first nibble is 1
tb
2023-07-07
1
-1
/
+7
*
One source file per line.
jsing
2023-07-07
1
-5
/
+10
*
Convert ecpk_print_explicit_parameters() to bn_printf()
tb
2023-07-06
1
-34
/
+8
*
bn_print: remove unused bio, plug leak
tb
2023-07-06
1
-5
/
+3
*
Add regress coverage for bn_printf
tb
2023-07-06
2
-1
/
+283
*
Add bn_printf(), a replacement for ASN1_bn_print()
tb
2023-07-06
3
-2
/
+154
*
unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goo
beck
2023-07-06
3
-54
/
+3
*
define OPENSSL_NO_DTLS1_1 since we no longer have that either.
beck
2023-07-06
1
-2
/
+5
*
Define the 'standard' OPENSSL_NO_BLAHBLAH's for no tls 1.0 or 1.1
beck
2023-07-06
1
-3
/
+4
*
Hide symbols in asn1 and bio
beck
2023-07-05
80
-80
/
+1511
*
upstream hidden file #include_next workaround for MS C compilers
bcook
2023-07-05
10
-10
/
+50
*
don't return in a void function
bcook
2023-07-05
1
-2
/
+2
*
Merge bio.h patch from libressl-portable
tb
2023-07-05
1
-1
/
+15
*
whitespace
tb
2023-07-05
1
-4
/
+4
*
Correct formatting
beck
2023-07-05
1
-17
/
+9
*
Avoid undefined behavior in tlsexttest
tb
2023-07-05
1
-11
/
+18
*
Mop up last uses of ECDHerror() and ECDSAerror()
tb
2023-07-05
4
-25
/
+33
*
Hide symbols in chacha
beck
2023-07-05
3
-1
/
+43
*
One more ECDSAerror goes.
tb
2023-07-05
1
-2
/
+2
*
ECDHerror() and ECDSAerror will go away
tb
2023-07-05
2
-45
/
+45
*
Adjust the public declaration of OpenSSLDie to use a portable
bcook
2023-07-05
1
-2
/
+10
*
Drop an incorrect part from a comment
tb
2023-07-05
1
-2
/
+2
*
Missing . in comment
tb
2023-07-05
1
-2
/
+2
*
Fix #includes
tb
2023-07-05
1
-2
/
+6
*
Remove local prototypes for public API (?!)
tb
2023-07-05
1
-6
/
+1
*
Improve BN_bn2bin() error check for readability
tb
2023-07-05
1
-2
/
+2
*
Merge ECDH code that will stay into ecdh.c
tb
2023-07-05
3
-125
/
+65
*
Move ECDSA_size() to a more sensible place in this file
tb
2023-07-05
1
-28
/
+28
*
Merge ECDSA code that will stay into ecdsa.c
tb
2023-07-05
3
-160
/
+97
*
Rename ecs_local.h into ecdsa_local.h
tb
2023-07-05
7
-13
/
+13
*
Make variables in prototypes match function declarations
tb
2023-07-05
1
-6
/
+6
*
Drop useless ossl_ prefixes
tb
2023-07-05
8
-40
/
+52
*
Avoid outputting invalid signatures
tb
2023-07-04
1
-1
/
+11
*
Clean up ECDSA verification
tb
2023-07-04
1
-14
/
+29
*
ECDSA signing: annotate code with steps corresponding to FIPS 185-6.
tb
2023-07-04
1
-3
/
+25
*
Extract private key and group order in s computation
tb
2023-07-04
1
-19
/
+18
*
Use key for the EC_KEY everywhere
tb
2023-07-04
1
-39
/
+38
*
Some more consistency in variable names
tb
2023-07-04
1
-15
/
+15
*
Normalize ECDSA_SIG to be sig everywhere
tb
2023-07-04
1
-11
/
+11
*
Normalize on digest and digest_len rather than dgst dlen dgstlen, etc.
tb
2023-07-04
1
-28
/
+34
*
Rework ecdsa_prepare_digest()
tb
2023-07-04
1
-35
/
+35
*
Plug leak in the ssltest
tb
2023-07-04
1
-1
/
+2
*
Factor the computation of ECDSA s into a function
tb
2023-07-04
1
-69
/
+88
*
sign_sig: drop ckinv
tb
2023-07-03
1
-5
/
+7
*
Rework the logic in ECDSA sign_sig()
tb
2023-07-03
1
-24
/
+30
*
add regress tests for the remainder of the function provided by our uuid.h
jasper
2023-07-03
1
-5
/
+137
*
Delete some more references to dead policy code.
tobhe
2023-07-03
1
-12
/
+1
*
sign_sig: test on assignment
tb
2023-07-03
1
-5
/
+6
[prev]
[next]