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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-16
Fix .Ox for SSL_CIPHER_get_handshake_digest()
tb
1
-3
/
+3
2024-07-15
Switch the EVP_PKEY_*attr* API to LCRYPTO_UNUSED()
tb
1
-10
/
+10
2024-07-15
Fix PKCS12_create()
tb
1
-6
/
+21
2024-07-15
Mop up TLS1_PRF* defines.
jsing
2
-76
/
+67
2024-07-15
fix signature of main()
anton
1
-4
/
+3
2024-07-15
enable warnings and apply a dash of knfmt
anton
2
-1
/
+2
2024-07-15
ocurred -> occurred
jsg
1
-3
/
+3
2024-07-14
Rewrite EVP_PKEY_add1_attr_by_NID()
tb
1
-11
/
+41
2024-07-14
Disable most EVP_PKEY_*attr* API
tb
1
-14
/
+17
2024-07-14
Forgot to annotate the TMP UGLY CAST[S] as requested by jsing
tb
1
-1
/
+2
2024-07-14
Document SSL_CIPHER_get_handshake_digest(3)
tb
1
-2
/
+22
2024-07-14
Prepare to provide SSL_CIPHER_get_handshake_digest()
tb
3
-3
/
+23
2024-07-14
Remove lhash_local.h.
jsing
4
-99
/
+26
2024-07-14
Add wcsnlen(3), wcslen(3) with a max len argument
jca
3
-7
/
+84
2024-07-14
Add elf_aux_info(3)
jca
3
-1
/
+59
2024-07-14
"please refer" -> "refer"
jsg
1
-3
/
+3
2024-07-13
ssl2.h and ssl23.h join the party in the attic
tb
5
-257
/
+11
2024-07-13
Make error constants const in libssl
tb
1
-5
/
+5
2024-07-13
Move the sigaction next to multi
tb
1
-2
/
+2
2024-07-13
Unify X.509v3 extension methods
tb
21
-376
/
+691
2024-07-12
Fix the horrible and undocumented behaviour of X509_check_trust
beck
4
-54
/
+73
2024-07-12
Clean up in X509_check_trust.
beck
1
-14
/
+8
2024-07-12
Drop the unused evp include
tb
1
-2
/
+1
2024-07-12
Rename the sk in this file to exts
tb
1
-16
/
+16
2024-07-12
Avoid using ret for an X509_EXTENSION
tb
1
-16
/
+16
2024-07-12
Tweak variable names in X509v3_add_ext()
tb
1
-12
/
+12
2024-07-12
Rename crit to critical in this file
tb
1
-10
/
+10
2024-07-12
Simplify X509_EXTENSION_get_critical()
tb
1
-4
/
+3
2024-07-12
Lose a few extra lines in X509_EXTENSION_set_object()
tb
1
-4
/
+2
2024-07-12
Streamline X509_EXTENSION_create_by_OBJ()
tb
1
-9
/
+10
2024-07-12
Clean up X509_EXTENSION_create_by_NID()
tb
1
-9
/
+5
2024-07-12
Rewrite X509v3_add_ext()
tb
1
-24
/
+23
2024-07-12
Simplify X509v3_get_ext() and X509v3_delete_ext()
tb
1
-7
/
+1
2024-07-12
Align X509v3_get_ext_by_critical() with X509v3_get_ext_by_OBJ()
tb
1
-12
/
+9
2024-07-12
Clean up X509v3_get_ext_by_OBJ()
tb
1
-11
/
+7
2024-07-12
use sigaction() to setup SIGARLM so we can set SA_RESTART, and
deraadt
1
-6
/
+8
2024-07-12
Despite being an ELF citizen, hppa is its own special snowflake and requires
miod
1
-1
/
+5
2024-07-11
Despite being an ELF citizen, hppa is its own special snowflake and requires
miod
1
-1
/
+5
2024-07-11
Adjust regress to match changes in SSL_select_next_proto() args
tb
1
-123
/
+99
2024-07-11
Adjust documentation for SSL_select_next_proto()
tb
1
-30
/
+48
2024-07-11
Follow BoringSSL's nomenclature in SSL_select_next_proto()
tb
1
-28
/
+30
2024-07-10
Zap warning against __findenv usage, it is not exported by libc
jca
1
-3
/
+1
2024-07-10
Remove the static symbols.namespace, and just generate the _libre_
beck
2
-3359
/
+3
2024-07-10
Teach symbols test about the namespace
tb
2
-3
/
+9
2024-07-10
forgot to add a history section for the TLS PRF API
tb
1
-1
/
+4
2024-07-10
link EVP_PKEY_CTX_set_tls1_prf_md.3 to build
tb
1
-1
/
+2