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
2018-07-11
Sync comment
kn
1
-3
/
+5
2018-07-11
Document behavior change of EC_POINTs_mul(3) from EC constant time changes.
tb
1
-4
/
+22
2018-07-11
Turn yesterday's optimistic ! in an XXX comment into a more cautious ?
tb
1
-2
/
+2
2018-07-11
Update EC regression tests.
tb
1
-160
/
+26
2018-07-10
Indent labels by a space so they don't obliterate function names in diffs.
tb
19
-91
/
+93
2018-07-10
ECC constant time scalar multiplication support. First step in overhauling
tb
5
-46
/
+337
2018-07-10
Provide BN_swap_ct(), a constant time function that conditionally swaps
tb
2
-2
/
+53
2018-07-10
Factor out a bit of ugly code that truncates the digest to the order_bits
tb
1
-32
/
+32
2018-07-10
$OpenBSD$
tb
2
-1
/
+2
2018-07-10
Now that all *_free() functions are NULL safe, we can generate the
tb
5
-239
/
+123
2018-07-10
+addsub
tb
1
-1
/
+2
2018-07-10
Add simple regression tests for BN_{,u}{add,sub}(3). With input from jca
tb
2
-0
/
+248
2018-07-09
Move a detail on tls_connect(3) to its documentation and be a bit more
tb
1
-5
/
+7
2018-07-09
wording tweak for tls_init() from jsing
tb
1
-4
/
+4
2018-07-09
sync with const changes in x509.h r1.68.
tb
1
-4
/
+4
2018-07-09
sync with const changes in evp.h r1.64.
tb
1
-3
/
+3
2018-07-09
sync with const changes in bio.h r1.44.
tb
1
-3
/
+3
2018-07-09
sync with const changes in bio.h r1.45.
tb
1
-10
/
+10
2018-07-08
import the relevant parts of a new ASN1_INTEGER_get(3) manual page
schwarze
2
-1
/
+240
2018-07-08
Simplify and shorten the description of tls_init(3),
schwarze
1
-4
/
+4
2018-06-16
This code is already painful enough to look at. Putting the braces at the
tb
1
-74
/
+64
2018-06-16
Tiny tweak to the blinding comment.
tb
1
-2
/
+4
2018-06-15
Basic cleanup. Handle the possibly NULL ctx_in in ecdsa_sign_setup() with
tb
1
-67
/
+62
2018-06-15
Clean up some whitespace and polish a few comments. Reduces noise in
tb
1
-24
/
+21
2018-06-14
Use a blinding value when generating an ECDSA signature, in order to
tb
1
-14
/
+65
2018-06-14
Use a blinding value when generating a DSA signature, in order to reduce
jsing
1
-9
/
+39
2018-06-14
Clarify the digest truncation comment in DSA signature generation.
jsing
1
-3
/
+4
2018-06-14
Pull up the code that converts the digest to a BIGNUM - this only needs
jsing
1
-10
/
+10
2018-06-14
Fix a potential leak/incorrect return value in DSA signature generation.
jsing
1
-4
/
+6
2018-06-14
Call DSA_SIG_new() instead of hand rolling the same.
jsing
1
-5
/
+2
2018-06-14
DSA_SIG_new() amounts to a single calloc() call.
jsing
1
-10
/
+3
2018-06-13
style(9), comments and whitespace.
jsing
1
-30
/
+32
2018-06-13
Avoid a timing side-channel leak when generating DSA and ECDSA signatures.
jsing
2
-7
/
+4
2018-06-12
zap stray tab
sthen
1
-2
/
+2
2018-06-12
Reject excessively large primes in DH key generation. Problem reported
sthen
1
-1
/
+6
2018-06-10
fix odd whitespace
tb
1
-3
/
+3
2018-06-10
Remove a handrolled GOST_le2bn().
jsing
1
-8
/
+4
2018-06-10
Now that all of the server-side client key exchange processing functions
jsing
1
-53
/
+40
2018-06-03
Allocate a dedicated buffer for use when deriving a shared key during
jsing
1
-10
/
+18
2018-06-03
Check the return value from DH_size() in ssl3_send_client_kex_dhe().
jsing
1
-4
/
+6
2018-06-02
Convert ssl3_get_client_kex_ecdhe_ecp() to CBS.
jsing
1
-44
/
+42
2018-06-02
Update regress for DES cipher suite removal.
jsing
2
-49
/
+41
2018-06-02
Remove the three remaining single DES cipher suites.
jsing
1
-49
/
+1
2018-06-02
Zero the client random so that it is easier to spot unintended differences.
jsing
1
-0
/
+1
2018-06-02
Add a const qualifier to the argument of UI_method_get_closer(),
tb
2
-14
/
+14
2018-06-02
Add const to the argument of the following callback getters:
tb
2
-18
/
+18
2018-05-30
Add const to both arguments of X509_certificate_type() and clean up
tb
2
-17
/
+10
2018-05-30
Add a const qualifier to the argument of EVP_PKEY_size().
tb
2
-4
/
+4
2018-05-30
Add a const qualifier to the `name' argument of
tb
2
-6
/
+8
2018-05-30
Add a const qualifier to the `uni' argument of OPENSSL_uni2asc().
tb
2
-4
/
+4
[next]