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
/
libcrypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplify priv_key handling in d2i_ECPrivateKey()
tb
2022-03-31
1
-8
/
+3
*
Avoid segfaults in EVP_PKEY_CTX_free()
tb
2022-03-30
2
-4
/
+10
*
pkey_hmac_init(): use calloc()
tb
2022-03-30
1
-7
/
+3
*
Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGS
schwarze
2022-03-29
1
-22
/
+21
*
man pages: add missing commas in enumerations
naddy
2022-03-29
2
-6
/
+6
*
Bound cofactor in EC_GROUP_set_generator()
tb
2022-03-29
1
-1
/
+7
*
Do not zero cofactor on ec_guess_cofactor() success
tb
2022-03-29
1
-2
/
+6
*
Zap trailing whitespace
tb
2022-03-29
1
-46
/
+46
*
Remove extra 'or'
claudio
2022-03-28
1
-3
/
+2
*
name constraints: be more careful with NULs
tb
2022-03-26
2
-12
/
+25
*
Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS.
jsing
2022-03-26
1
-81
/
+92
*
Provide asn1_get_primitive()
jsing
2022-03-26
2
-2
/
+35
*
use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64
robert
2022-03-25
1
-5
/
+55
*
Start disentangling armv7 and aarch64 code
tb
2022-03-23
8
-6
/
+154
*
Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().
jsing
2022-03-20
1
-53
/
+53
*
Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()
jsing
2022-03-19
3
-32
/
+43
*
Rewrite ascii/text to ASN.1 object conversion.
jsing
2022-03-19
1
-121
/
+167
*
Rework ASN1_STRING_set()
jsing
2022-03-17
1
-14
/
+21
*
Make gcc 4 happier about x509_addr.c
tb
2022-03-16
1
-6
/
+8
*
LibreSSL 3.5.2
bcook
2022-03-15
1
-3
/
+3
*
Initialise *out_name at the start of i2t_ASN1_OBJECT_name().
jsing
2022-03-15
1
-1
/
+3
*
Fix infinite loop in BN_mod_sqrt()
tb
2022-03-15
1
-14
/
+15
*
Allow constraints of the form @domain.com
tb
2022-03-14
1
-10
/
+17
*
Rework ownership handling in x509_constraints_validate()
tb
2022-03-14
3
-39
/
+49
*
Factor out ASN1_STRING clearing code.
jsing
2022-03-14
1
-4
/
+15
*
First pass clean up of ASN1_STRING code.
jsing
2022-03-14
1
-74
/
+87
*
Relax the check of x509_constraints_dirname()
libressl-v3.5.1
tb
2022-03-13
1
-2
/
+6
*
Add x509_constraints_validate() to x509_internal.h
tb
2022-03-13
1
-1
/
+3
*
Check name constraints using the proper API
tb
2022-03-13
1
-4
/
+21
*
style tweak
tb
2022-03-13
1
-2
/
+2
*
Add missing error check after strdup()
tb
2022-03-13
1
-2
/
+5
*
Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i().
jsing
2022-03-13
2
-50
/
+31
*
unsusual -> unusual
jsg
2022-03-10
1
-3
/
+3
*
bump for LibreSSL 3.5.1
bcook
2022-03-07
1
-3
/
+3
*
Pull a len == 0 check up before malloc(len) to avoid implementation
tb
2022-03-03
1
-5
/
+5
*
Do not write out terminating NUL in i2a_ASN1_OBJECT()
tb
2022-03-03
1
-2
/
+2
*
Unwrap a line
tb
2022-03-02
1
-3
/
+2
*
whitespace
tb
2022-03-02
1
-2
/
+2
*
Rewrite ASN1_OBJECT content to ascii/text conversion.
jsing
2022-03-02
3
-101
/
+186
*
Get rid of SHA1 for comparing CRL's - use SHA512 just like we do for certs.
beck
2022-02-24
3
-9
/
+7
*
Remove accidentally committed debug code.
tb
2022-02-24
1
-3
/
+1
*
Minor tweaks
tb
2022-02-24
1
-7
/
+8
*
Add sanity checks on p and q in old_dsa_priv_decode()
tb
2022-02-24
1
-1
/
+15
*
mutibyte -> multibyte
jsg
2022-02-21
1
-3
/
+3
*
Fix a buffer overread in OAEP padding removal
tb
2022-02-20
1
-11
/
+11
*
Remove references to performance issues caused by frequent memmove().
jsing
2022-02-19
1
-13
/
+2
*
Reduce memmoves in memory BIOs.
jsing
2022-02-19
1
-22
/
+38
*
certificiate -> certificate
jsg
2022-02-19
1
-3
/
+3
*
Provide a struct bio_mem for memory BIO specific data.
jsing
2022-02-19
1
-47
/
+58
*
Clean up and simplify memory BIO code.
jsing
2022-02-18
1
-124
/
+139
[prev]
[next]