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
*
Provide and use crypto_arch.h.
jsing
2024-08-11
23
-35
/
+347
*
Remove the empty ui_compat.h
tb
2024-08-10
2
-67
/
+1
*
ct.h: move two asterisks to the proper place
tb
2024-08-08
1
-3
/
+3
*
ui_util.c needs stdio.h and ui.h, but not ui_compat.h and ui_local.h
tb
2024-08-08
1
-4
/
+3
*
wcslcpy() and wcslcat() are in POSIX-2024. Update #include visibility
guenther
2024-08-07
1
-4
/
+11
*
x509_vfy.c: drop some unnecessary parentheses
tb
2024-08-04
1
-6
/
+5
*
A dozen interfaces in <endian.h> were standardized in POSIX-2024 as expected
guenther
2024-08-03
1
-6
/
+4
*
The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024.
guenther
2024-08-03
2
-7
/
+16
*
mkostemp(3) and reallocarray(3) are in POSIX-2024:
guenther
2024-08-03
1
-2
/
+6
*
The EC_KEY method should use the EC_KEY index, not RSA
tb
2024-08-03
1
-2
/
+2
*
Bump CRYPTO_EX_DATA_MAX_INDEX to 32
tb
2024-08-03
1
-2
/
+2
*
Use proper size for allocating indexes
tb
2024-08-03
1
-2
/
+2
*
Document SSL_CTX_set_cert_store
tb
2024-08-03
1
-2
/
+18
*
Prepare to provide SSL_CTX_set1_cert_store()
tb
2024-08-03
3
-3
/
+17
*
libtls: fix legacy protocol parsing
tb
2024-08-02
2
-6
/
+6
*
free class->indexes in CRYPTO_cleanup_all_ex_data()
tb
2024-08-02
1
-1
/
+2
*
Rewrite CRYPTO_EX_DATA.
jsing
2024-08-02
3
-639
/
+419
*
typo: regresss -> regress
tb
2024-07-29
1
-2
/
+2
*
Mark X509at_get_attr{,_count}() and X509at_delete_attr() as unused
tb
2024-07-26
1
-4
/
+4
*
Disable X509at_get_attr{,_count}() and X509at_delete_attr()
tb
2024-07-26
1
-12
/
+7
*
Inline last user of X509at_get_attr()
tb
2024-07-26
1
-2
/
+2
*
Inline trivial X509at_* calls in x509_req
tb
2024-07-26
1
-4
/
+4
*
Inline a few trivial X509at_* calls in cms
tb
2024-07-26
1
-7
/
+7
*
Put opening brace on correct line
tb
2024-07-26
1
-4
/
+3
*
BUF_MEM_new.3: add a touch of KNF
tb
2024-07-24
1
-4
/
+3
*
Remove get_cipher from SSL_METHOD.
jsing
2024-07-23
5
-73
/
+32
*
Use cipher suite values instead of IDs.
jsing
2024-07-22
12
-392
/
+179
*
Add back a .
tb
2024-07-21
1
-2
/
+2
*
Unify description of the obsolete ENGINE parameter
tb
2024-07-21
14
-142
/
+130
*
Drop ENGINE from EVP_PKEY_derive example
tb
2024-07-21
1
-5
/
+4
*
Garbage collect ENGINE "use" from EVP_PKEY_decrypt() example
tb
2024-07-21
1
-5
/
+4
*
Make example slightly less terrible by dropping the ENGINE "handling"
tb
2024-07-21
1
-5
/
+4
*
Remove cipher from SSL_SESSION.
jsing
2024-07-20
13
-73
/
+70
*
Annotate issues with tls_session_secret_cb() related code.
jsing
2024-07-19
2
-2
/
+15
*
Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.
jsing
2024-07-19
6
-28
/
+26
*
Clean up SSL_HANDSHAKE_MAC_DEFAULT.
jsing
2024-07-16
3
-63
/
+39
*
Fix .Ox for SSL_CIPHER_get_handshake_digest()
tb
2024-07-16
1
-3
/
+3
*
Switch the EVP_PKEY_*attr* API to LCRYPTO_UNUSED()
tb
2024-07-15
1
-10
/
+10
*
Fix PKCS12_create()
tb
2024-07-15
1
-6
/
+21
*
Mop up TLS1_PRF* defines.
jsing
2024-07-15
2
-76
/
+67
*
ocurred -> occurred
jsg
2024-07-15
1
-3
/
+3
*
Rewrite EVP_PKEY_add1_attr_by_NID()
tb
2024-07-14
1
-11
/
+41
*
Disable most EVP_PKEY_*attr* API
tb
2024-07-14
1
-14
/
+17
*
Forgot to annotate the TMP UGLY CAST[S] as requested by jsing
tb
2024-07-14
1
-1
/
+2
*
Document SSL_CIPHER_get_handshake_digest(3)
tb
2024-07-14
1
-2
/
+22
*
Prepare to provide SSL_CIPHER_get_handshake_digest()
tb
2024-07-14
3
-3
/
+23
*
Remove lhash_local.h.
jsing
2024-07-14
4
-99
/
+26
*
Add wcsnlen(3), wcslen(3) with a max len argument
jca
2024-07-14
3
-7
/
+84
*
"please refer" -> "refer"
jsg
2024-07-14
1
-3
/
+3
*
ssl2.h and ssl23.h join the party in the attic
tb
2024-07-13
5
-257
/
+11
[next]