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
...
*
Neuter EVP_PKEY_asn1_add{0,_alias}()
tb
2023-12-15
1
-42
/
+10
*
Hoist OBJ_sn2nid() over OBJ_ln2nid()
tb
2023-12-15
1
-17
/
+17
*
Coverity rightly points out that an unsigned int is always >= 0
tb
2023-12-15
1
-4
/
+4
*
OBJ_create: sorry Omar, aobj is a better name than op
tb
2023-12-14
1
-5
/
+5
*
OBJ_create: use a nid variable to avoid nested function call
tb
2023-12-14
1
-3
/
+4
*
OBJ_create: malloc() -> calloc()
tb
2023-12-14
1
-2
/
+2
*
OBJ_create: test and assign as usual
tb
2023-12-14
1
-7
/
+7
*
OBJ_create: initialize buf and turn function into single exit
tb
2023-12-14
1
-4
/
+5
*
OBJ_create: rename ok to ret and make it last declaration
tb
2023-12-14
1
-4
/
+4
*
OBJ_create(): rename i to len
tb
2023-12-14
1
-8
/
+8
*
OBJ_create(): remove pointless parentheses
tb
2023-12-14
1
-4
/
+4
*
OBJ_create(): remove useless cast
tb
2023-12-14
1
-2
/
+2
*
OPENSSL_assert() that the passed nid is within range
tb
2023-12-14
1
-1
/
+7
*
Bump OPENSSL_showfatal() from LOG_INFO to LOG_CONS
tb
2023-12-14
1
-2
/
+2
*
Move the txt to obj/nid conversions a bit down.
tb
2023-12-14
1
-42
/
+42
*
Dedup OBJ_nid2{obj,sn,ln}()
tb
2023-12-14
1
-49
/
+9
*
Simplify OBJ_nid2obj()
tb
2023-12-14
1
-23
/
+26
*
Simplify OBJ_nid2sn()
tb
2023-12-14
1
-23
/
+26
*
Simplify OBJ_nid2ln()
tb
2023-12-14
1
-23
/
+26
*
Fix sk_deep_copy() implementation
tb
2023-12-14
1
-32
/
+22
*
Simplify OBJ_ln2nid()
tb
2023-12-13
1
-42
/
+32
*
Simplify OBJ_sn2nid()
tb
2023-12-13
1
-41
/
+30
*
Simplify OBJ_obj2nid()
tb
2023-12-13
1
-39
/
+28
*
rfc3779: remove redundant const.
tb
2023-12-13
1
-5
/
+5
*
tlsexttest: \178 isn't a valid octal escape sequence
tb
2023-12-13
1
-2
/
+2
*
constraints: \178 isn't a valid octal escape sequence
tb
2023-12-13
1
-2
/
+2
*
x509_asn1: avoid lookup table that makes some compilers whine
tb
2023-12-13
1
-59
/
+37
*
evp_test: zap extra empty line
tb
2023-12-10
1
-2
/
+1
*
Add regress coverage for OBJ_NAME_do_all*()
tb
2023-12-08
1
-2
/
+99
*
last .Nm should not have a comma
jsg
2023-12-05
1
-3
/
+3
*
zap trailing whitespace
tb
2023-12-04
1
-2
/
+2
*
Save backtraces to show in leak dump. Depth of backtrace set by
otto
2023-12-04
2
-87
/
+184
*
Remove misuse warnings for EVP_*Final()
tb
2023-12-03
1
-12
/
+1
*
Fix some NULL misspellings
tb
2023-12-02
1
-10
/
+10
*
Revert a hunk of r1.23 that makes no sense
tb
2023-12-02
1
-8
/
+2
*
Some cleanup:
schwarze
2023-12-01
1
-71
/
+33
*
EVP_EncryptInit(3) is among the most important "how to drive" manuals,
schwarze
2023-12-01
4
-65
/
+165
*
Unify various EVP_*{Update,Final}*() wrappers
tb
2023-12-01
1
-18
/
+10
*
Clean up and de-spaghettize by_file_callback
beck
2023-11-30
1
-21
/
+15
*
Ignore ENGINE at the API boundary
tb
2023-11-29
19
-84
/
+61
*
Clean up CMAC implementation a little
tb
2023-11-29
1
-34
/
+66
*
Convert ssl3_cipher_by_id() to bsearch()
tb
2023-11-29
3
-39
/
+19
*
Use a long for id in ssl3_get_cipher_by_id()
tb
2023-11-29
2
-4
/
+4
*
Switch to legacy method late in tls13_use_legacy_stack()
tb
2023-11-28
1
-3
/
+7
*
correct spelling of FALLTHROUGH
jsg
2023-11-28
1
-2
/
+2
*
EVP test: fix includes
tb
2023-11-27
1
-3
/
+3
*
EVP test: add regress coverage for the do_all() API
tb
2023-11-27
1
-1
/
+132
*
Regen cert.pem
tb
2023-11-27
1
-224
/
+400
*
Remove some trailing whitespace
tb
2023-11-27
1
-211
/
+211
*
Remove silly parentheses
tb
2023-11-27
1
-3
/
+3
[prev]
[next]