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
/
obj_dat.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Hide symbols in objects
beck
2023-07-08
1
-1
/
+18
*
Simplify OBJ_obj2txt()
tb
2023-05-23
1
-7
/
+1
*
Always NUL terminate buf in OBJ_obj2txt()
tb
2023-05-23
1
-1
/
+4
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
1
-3
/
+3
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
*
Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()
jsing
2022-03-19
1
-30
/
+3
*
Rewrite ASN1_OBJECT content to ascii/text conversion.
jsing
2022-03-02
1
-76
/
+5
*
Limit OID text conversion to 64 bits per arc.
jsing
2022-02-12
1
-55
/
+16
*
Make OBJ_obj2nid() work correctly with NID_undef.
jsing
2022-02-11
1
-3
/
+3
*
Prepare to provide OBJ_length() and OBJ_get0_data()
tb
2022-01-08
1
-1
/
+22
*
include asn1_locl.h where it will be needed for the bump.
tb
2022-01-07
1
-1
/
+3
*
Remove assignment of value that is never read.
beck
2021-09-01
1
-2
/
+1
*
snprintf/vsnprintf return < 0 on error, rather than -1.
deraadt
2019-07-03
1
-3
/
+3
*
ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).
tb
2018-09-08
1
-2
/
+2
*
indent labels
tb
2018-09-08
1
-6
/
+6
*
Send the function codes from the error functions to the bit bucket,
beck
2017-01-29
1
-9
/
+9
*
Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.
jsing
2017-01-21
1
-7
/
+55
*
OBJ_obj2txt() should return the total amount of space required
inoguchi
2016-12-22
1
-5
/
+1
*
remove unused OPENSSL_NO_OBJECT case
bcook
2016-07-17
1
-14
/
+1
*
better fix for overrun reported by Qualys Security.
tedu
2015-10-14
1
-4
/
+1
*
Bail out early if we have no buf_len
beck
2015-10-14
1
-1
/
+5
*
fix a memory leak reported by Qualys Security.
tedu
2015-10-14
1
-3
/
+4
*
Ensure we don't write a 0 byte past end of the buffer in the error case.
beck
2015-10-14
1
-3
/
+3
*
Fix CVE-2014-3508, pretty printing and OID validation:
guenther
2014-08-08
1
-2
/
+7
*
Only import cryptlib.h in the four source files that actually need it.
jsing
2014-07-11
1
-4
/
+4
*
Explicitly include <openssl/opensslconf.h> in every file that references
jsing
2014-07-10
1
-1
/
+3
*
Stop including standard headers via cryptlib.h - pull in the headers that
jsing
2014-07-10
1
-2
/
+4
*
tags as requested by miod and tedu
deraadt
2014-06-12
1
-1
/
+1
*
malloc() result does not need a cast.
deraadt
2014-06-07
1
-6
/
+6
*
Clean up some of the nightmare of string and pointer arithmatic in
beck
2014-06-01
1
-52
/
+36
*
more: no need for null check before free
deraadt
2014-05-30
1
-6
/
+3
[next]