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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add missing alert descriptions (taken from RFC 8446)
tb
2024-10-09
1
-2
/
+11
*
Add missing alerts to SSL_alert_desc_string{,_long}()
tb
2024-10-09
1
-7
/
+25
*
Add missing alert errors and error strings
tb
2024-10-09
2
-2
/
+10
*
Remove the unused field_mod_func from EC_GROUP
tb
2024-10-03
1
-4
/
+1
*
Make EC{,PK}PARAMETERS_it static
tb
2024-10-03
1
-3
/
+3
*
Fix ASN1_INTEGER_to_BN() misuse
tb
2024-10-03
1
-16
/
+16
*
Switch field_bits to be an int
tb
2024-10-03
1
-3
/
+3
*
Fix BN_to_ASN1_INTEGER() misuse
tb
2024-10-03
1
-7
/
+6
*
Provide OPENSSL_INIT_NO_ATEXIT noop
tb
2024-10-03
1
-1
/
+2
*
X509V3_EXT_get_nid.3: indicate what nid means
tb
2024-10-03
1
-3
/
+3
*
Reorder functions.
jsing
2024-10-02
1
-297
/
+286
*
Remove err_fns and associated machinery.
jsing
2024-10-02
1
-142
/
+65
*
Hook up the err regress.
jsing
2024-10-02
1
-1
/
+2
*
Add initial regress for the error stack and ERR_* APIs.
jsing
2024-10-02
2
-0
/
+210
*
Enable additional CRYPTO_get_ex_new_index() tests.
jsing
2024-10-02
1
-6
/
+1
*
Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1
tb
2024-09-22
1
-3
/
+1
*
remove unneeded semicolons; checked by millert@
jsg
2024-09-20
1
-2
/
+2
*
Enable large number of extension tests and stop skippking QUIC transport
tb
2024-09-18
1
-8
/
+3
*
tlsfuzzer: add a start-server convenience target for interactive testing
tb
2024-09-17
1
-2
/
+6
*
Replace OpenSSL 3.1 (which no longer is in ports) with 3.3
tb
2024-09-17
1
-2
/
+2
*
tlsfuzzer: grammar fix missed in previous
tb
2024-09-14
1
-2
/
+2
*
typo: troups -> groups
tb
2024-09-13
1
-2
/
+2
*
parametes -> parameters
tb
2024-09-11
1
-2
/
+2
*
Make error 235 resolve to "no application protocol"
tb
2024-09-09
1
-2
/
+1
*
Fix alert callback in the QUIC layer
tb
2024-09-09
1
-2
/
+12
*
Add and use tls13_record_layer_alert_sent()
tb
2024-09-09
2
-3
/
+12
*
Futhermore -> Furthermore
tb
2024-09-07
1
-2
/
+2
*
Prepare for an upcoming tlsfuzzer test that expects decode_error
tb
2024-09-06
1
-2
/
+5
*
Reenable AES-NI in libcrypto
tb
2024-09-06
4
-10
/
+29
*
Adjust documentation to work without X509_LOOKUP_by_subject()
tb
2024-09-06
1
-52
/
+5
*
typo in comment; Effectivly -> Effectively; ok gilles@
op
2024-09-03
1
-2
/
+2
*
wild white space
deraadt
2024-09-03
1
-2
/
+2
*
Remove X509_check_trust documentation
tb
2024-09-02
7
-226
/
+11
*
The X509at_* manuals are no longer needed
tb
2024-09-02
4
-299
/
+4
*
Also remove .Xr to X509at_*
tb
2024-09-02
1
-4
/
+2
*
Excise X509at_* from X509_REQ_* documentation
tb
2024-09-02
1
-22
/
+10
*
Rename lastpos to start_after to match other, similar manuals
tb
2024-09-02
1
-13
/
+13
*
More X509at_* removal
tb
2024-09-02
1
-8
/
+4
*
Remove mention of the no longer public X509at_* functions
tb
2024-09-02
1
-23
/
+12
*
Adjust function signatures for const X509_LOOKUP_METHOD
tb
2024-09-02
2
-8
/
+8
*
symbols: remove special case for cpuid_setup and cpu_caps
tb
2024-09-01
1
-8
/
+1
*
sync x509v3_add_value with x509_utl.c
tb
2024-08-31
1
-19
/
+32
*
Rewrite X509V3_add_value() to a single exit idiom
tb
2024-08-31
1
-19
/
+32
*
Remove redundant COPYRIGHT file.
jsing
2024-08-31
1
-50
/
+0
*
Make fcrypt_body() static and remove prototype.
jsing
2024-08-31
2
-6
/
+3
*
Unifdef DES_PTR, DES_RISC1 and DES_RISC2.
jsing
2024-08-31
3
-162
/
+3
*
Unifdef OPENBSD_DES_ASM.
jsing
2024-08-31
2
-10
/
+2
*
Inline and remove spr.h.
jsing
2024-08-31
2
-211
/
+149
*
Combine DES code into a smaller set of files.
jsing
2024-08-31
19
-1967
/
+1185
*
Merge fcrypt_b.c into fcrypt.c.
jsing
2024-08-31
3
-148
/
+136
[prev]
[next]