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
...
*
Remove more unnecessary GOST code
tb
2024-04-20
2
-24
/
+2
*
bss_conn: zap trailing whitespace
tb
2024-04-19
1
-8
/
+8
*
Remove a couple of lies about GOST in CMS
tb
2024-04-18
2
-8
/
+8
*
More GOST removal adjustments
tb
2024-04-18
1
-3
/
+3
*
EVP_PKEY_set1_RSA.3 some adjustments after GOST removal
tb
2024-04-18
1
-4
/
+4
*
Add some more comments explaining shortcomings of the API
tb
2024-04-18
1
-2
/
+9
*
Use X509_ALGOR_get0() in ecdh_cms_set_shared_info()
tb
2024-04-18
1
-6
/
+14
*
Test and assign in ecdh_cms_set_shared_info()
tb
2024-04-18
1
-9
/
+7
*
Turn ecdh_cms_set_shared_info() into single exit
tb
2024-04-18
1
-7
/
+9
*
Remove comments from captain obvious and drop useless prototypes
tb
2024-04-17
1
-43
/
+1
*
SSL_version_str is no more
tb
2024-04-17
1
-5
/
+1
*
tidy includes
tb
2024-04-17
1
-3
/
+2
*
bn_convert: zap extra blank line
tb
2024-04-17
1
-2
/
+1
*
Rewrite BN_mpi2bn() using CBS and bn_bin2bn_cbs().
jsing
2024-04-17
1
-32
/
+29
*
Rewrite BN_lebin2bn() using CBS.
jsing
2024-04-17
1
-48
/
+16
*
Provide constant time operations for uint8_t.
jsing
2024-04-17
1
-1
/
+68
*
Shuffle EVP_PKEY_CTX setting together
tb
2024-04-17
1
-5
/
+3
*
ecdh_cms_encrypt(): tweak wrap_algor construction
tb
2024-04-17
1
-15
/
+23
*
ecdh_cms_encrypt: tweak handling of ecdh_nid
tb
2024-04-17
1
-4
/
+3
*
ecdh_cms_encrypt: handle kdf_md in one go
tb
2024-04-17
1
-3
/
+3
*
ecdh_cms_encrypt: simplify setting the KDF type
tb
2024-04-17
1
-13
/
+6
*
Use error checked X509_ALGOR_set0_by_nid
tb
2024-04-17
1
-5
/
+5
*
ecdh_cms_encrypt: simplify handling of pkey
tb
2024-04-17
1
-15
/
+6
*
Transfer ownership before setting unused bits
tb
2024-04-17
1
-2
/
+4
*
Turn ecdh_cms_encrypt() into single exit
tb
2024-04-17
1
-7
/
+7
*
Fix error check in ecdh_cms_encrypt()
tb
2024-04-17
1
-2
/
+2
*
Add regress coverage for BN_lebin2bn().
jsing
2024-04-17
1
-3
/
+17
*
Avoid NULL dereference in EVP_PKEY_paramgen()
tb
2024-04-17
1
-6
/
+8
*
openssl req: plug obvious leak
tb
2024-04-17
1
-1
/
+2
*
Fix key share negotiation in HRR case
tb
2024-04-16
1
-1
/
+40
*
Invert BN_BITS2 handling in bn_bin2bn_cbs() and bn_hex2bn_cbs().
jsing
2024-04-16
1
-11
/
+11
*
Rewrite BN_bin2bn() using CBS.
jsing
2024-04-16
1
-35
/
+58
*
Provide bn_expand_bytes().
jsing
2024-04-16
2
-2
/
+16
*
Rename bn_expand() to bn_expand_bits().
jsing
2024-04-16
3
-10
/
+7
*
sort
tb
2024-04-16
1
-1
/
+1
*
Remove workarounds for unprototyped symbols
tb
2024-04-15
1
-71
/
+1
*
Include the correct header
tb
2024-04-15
1
-2
/
+2
*
crank libtls like libcrypto and libssl
tb
2024-04-15
1
-1
/
+1
*
crank libssl major after libcrypto major and symbol removal
tb
2024-04-15
1
-1
/
+1
*
Unexport SSL_version_str
tb
2024-04-15
2
-4
/
+1
*
crank libcrypto major after symbol removal
tb
2024-04-15
1
-1
/
+1
*
Bye, bye, OPENSSL_str{,n}casecmp()
tb
2024-04-15
3
-25
/
+1
*
And a pile of TS ASN.1 stuff becomes internal-only, too
tb
2024-04-15
2
-19
/
+10
*
X509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internal
tb
2024-04-15
2
-5
/
+3
*
And here go {,EC}DSA_SIG_it
tb
2024-04-15
3
-6
/
+4
*
DHparam_it becomes static, too
tb
2024-04-15
2
-3
/
+2
*
More X9.62 stuff was never used outside of ec_asn1.c
tb
2024-04-15
2
-43
/
+5
*
EC_PRIVATEKEY becomes internal-only, too
tb
2024-04-15
2
-15
/
+10
*
Unexport the ECPKPARAMETERS API
tb
2024-04-15
3
-19
/
+12
*
Make ECPARAMETERS_{new,free,it} internal-only
tb
2024-04-15
2
-8
/
+5
[prev]
[next]