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
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rsa_priv_encode: plug leak on PKCS8_pkey_set0() failure
tb
2023-08-10
1
-15
/
+19
*
Improve byte order handling in gcm128.
jsing
2023-08-10
1
-329
/
+44
*
Remove MD32_REG_T.
jsing
2023-08-10
6
-48
/
+16
*
Add the forgotten .In line
schwarze
2023-08-09
1
-3
/
+4
*
In objects.h rev. 1.14 and 1.15 (Jan 2022), tb@ provided
schwarze
2023-08-09
1
-5
/
+65
*
Rework BN_BLINDING to use pthread_t directly
tb
2023-08-09
3
-28
/
+18
*
Merge remainder of rsa_crpt.c into rsa_eay.c
tb
2023-08-09
3
-130
/
+55
*
Move RSA blinding API from rsa_crpt.c to rsa_blinding.c
tb
2023-08-09
2
-102
/
+102
*
Move RSA_blinding_{on,off}() to the bottom of the file
tb
2023-08-09
1
-29
/
+29
*
Move bn_blind.c to rsa_blinding.c
tb
2023-08-09
4
-13
/
+14
*
Make declaration and definition of BN_BLINDING_new() match.
tb
2023-08-09
2
-4
/
+4
*
Merge BN_BLINDING_create_param() into BN_BLINDING_new()
tb
2023-08-09
3
-33
/
+16
*
Set up the blinding factors on first use
tb
2023-08-09
1
-27
/
+14
*
Remove retry loop in BN_BLINDING_setup()
tb
2023-08-09
1
-24
/
+5
*
Compute a square using BN_mod_sqr() instead of BN_mod_mul()
tb
2023-08-09
1
-3
/
+3
*
Simplify BN_BLINDING_invert()
tb
2023-08-09
1
-14
/
+5
*
Unwrap a line
tb
2023-08-09
1
-3
/
+2
*
Unwrap a line
tb
2023-08-08
1
-3
/
+2
*
Drop the unused BN_BLINDING argument of BN_BLINDING_create_param()
tb
2023-08-08
3
-14
/
+11
*
Rename ret into b in BN_BLINDING_setup()
tb
2023-08-08
1
-8
/
+8
*
Factor the actual setup step for the blinding into a helper
tb
2023-08-08
1
-30
/
+43
*
Make BN_BLINDING respect some invariants
tb
2023-08-08
1
-48
/
+17
*
Simplify RSA_setup_blinding()
tb
2023-08-08
1
-21
/
+16
*
Remove ECDSA nonce padding kludge
tb
2023-08-08
1
-22
/
+1
*
Fix two leaks in BIO_dup_chain()
tb
2023-08-07
1
-19
/
+17
*
Add missing space before =
tb
2023-08-07
1
-2
/
+2
*
remove trailing comma in NAME;
jmc
2023-08-05
1
-3
/
+3
*
Move the ENGINE_new() prototype a line down
tb
2023-08-04
1
-2
/
+2
*
Make the bn_rand_interval() API a bit more ergonomic
tb
2023-08-03
10
-47
/
+52
*
Remove unused sk/lh macros
tb
2023-08-03
1
-170
/
+1
*
More whitespace fixes from knfmt
tb
2023-08-02
1
-7
/
+7
*
Remove extraneous parentheses and fix weird whitespace.
tb
2023-08-02
1
-16
/
+15
*
Drop the _ex from BN_BLINDING_{convert,invert}_ex()
tb
2023-08-02
3
-12
/
+12
*
Remove the unused BN_BLINDING_{convert,invert}()
tb
2023-08-02
2
-16
/
+2
*
Make BN_BLINDING_{new,update}() static in bn_blind.c
tb
2023-08-02
2
-6
/
+4
*
Remove the unused flags member of BN_BLINDING
tb
2023-08-02
2
-10
/
+4
*
Remove the unused flags accessors for BN_BLINDING
tb
2023-08-02
2
-16
/
+2
*
Remove a 16 year old confusing lie
tb
2023-08-02
1
-2
/
+2
*
Remove more *_options() stuff
tb
2023-07-31
5
-50
/
+5
*
Move HAVE_FUNOPEN out of !NOPIC
tb
2023-07-29
1
-5
/
+1
*
Garbage collect rodata only used by RC4_options()
tb
2023-07-29
1
-5
/
+0
*
Add _libre_CMS_{,SignerInfo}_get_version
tb
2023-07-29
1
-0
/
+2
*
Remove {BN,idea}_options() leftovers
tb
2023-07-29
3
-6
/
+2
*
Remove BF_options() documentation
tb
2023-07-29
1
-9
/
+3
*
reinstate KNF for comment
tb
2023-07-29
1
-2
/
+2
*
Also remove ecdh.h use from libssl
tb
2023-07-28
1
-2
/
+1
*
Stop including ecdsa.h and ecdh.h internally
tb
2023-07-28
8
-21
/
+9
*
The CRYPTO_EX_DATA type is not opaque
tb
2023-07-28
1
-5
/
+2
*
remove X509_ATTRIBUTE_SET_it
jsg
2023-07-28
1
-14
/
+1
*
Combine ripemd into a single C file.
jsing
2023-07-28
3
-84
/
+20
[prev]
[next]