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
OPENBSD_7_7
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
/
libcrypto
/
objects
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
Remove silly parentheses
tb
2023-11-27
1
-3
/
+3
*
Improve error handling in OBJ_add_object()
tb
2023-09-05
1
-13
/
+7
*
Garbage collect two commented abort()
tb
2023-08-17
1
-3
/
+1
*
Make the local ASN1_OBJECTs const
tb
2023-08-17
1
-2
/
+2
*
Remove some unnecessary else branches
tb
2023-08-17
1
-7
/
+5
*
Remove some parents from return statements
tb
2023-08-17
1
-8
/
+8
*
Use cmp instead of i for the result of a comparison
tb
2023-08-17
1
-5
/
+5
*
Use OBJ_cmp() instead of inlining two variants
tb
2023-08-17
1
-12
/
+4
*
Avoid memcmp(NULL, x, 0) in OBJ_cmp()
tb
2023-08-17
1
-6
/
+7
*
Remove OBJ_add_sigid() and OBJ_sigid_free()
tb
2023-07-28
2
-17
/
+2
*
Align argument names of OBJ_add_sigid() with the other functions.
tb
2023-07-22
1
-2
/
+2
*
Rewrite obj_xref.c
tb
2023-07-22
4
-419
/
+291
*
Neuter OBJ_add_sigid() and OBJ_sigid_free()
tb
2023-07-22
1
-93
/
+11
*
Hide symbols in objects
beck
2023-07-08
5
-5
/
+37
*
Move check_defer() and obj_cleanup_defer to evp/names.c
tb
2023-06-29
1
-6
/
+1
*
regen
tb
2023-06-15
1
-1
/
+9
*
Add RSA with the sha3s to obj_xref.txt
tb
2023-06-15
1
-0
/
+4
*
regen obj_xref.h
tb
2023-06-15
1
-12
/
+14
*
Add Ed25519 to the obj_xref table.
tb
2023-06-15
1
-3
/
+6
*
Simplify OBJ_obj2txt()
tb
2023-05-23
1
-7
/
+1
*
Always NUL terminate buf in OBJ_obj2txt()
tb
2023-05-23
1
-1
/
+4
*
Add NIDs for truncated SHA-2, SHA-3 and related things
tb
2023-04-25
2
-7
/
+72
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
2
-4
/
+4
*
Make internal header file names consistent
tb
2022-11-26
2
-4
/
+4
*
Add ED25519 aliases for NID, SN and OBJ
tb
2022-11-13
1
-3
/
+1
*
Stop pretending that obj_mac.h is optional.
jsing
2022-11-11
1
-896
/
+1
*
Map objects for ED25519 to Ed25519.
jsing
2022-11-10
1
-1
/
+7
*
In case lh_OBJ_NAME_insert returns NULL due to a failed malloc, onp
mbuhl
2022-11-08
1
-1
/
+2
*
Add OID for RPKI signedTAL objects
job
2022-09-15
2
-0
/
+2
*
Add NID for signingCertificateV2
kn
2022-07-16
2
-0
/
+2
[next]