index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2021-12-25
Fix some weird line wrapping and a minor KNF nit
Theo Buehler
2021-12-25
No need for assert.h in here.
Theo Buehler
2021-12-25
drop a meaningless XXX
Theo Buehler
2021-12-25
Use C99 initializers for v3_addr, v3_asid and v3_ct_scts[]
Theo Buehler
2021-12-25
Indent goto labels for diffability.
Joel Sing
2021-12-25
Merge asn_pack.c into asn1_item.c - these are two ASN1_item_* functions.
Joel Sing
2021-12-25
Merge evp_asn1.c into a_type.c - these are all ASN1_TYPE_* functions.
Joel Sing
2021-12-25
Move more ASN1_STRING_* functions to a_string.c.
Joel Sing
2021-12-25
More consolidation of ASN.1 code.
Joel Sing
2021-12-25
Consolidate code/templates for ASN.1 types.
Joel Sing
2021-12-25
Move ASN1_<type>_* functions to the top, encoding/decoding to the bottom.
Joel Sing
2021-12-25
Rewrite ASN.1 identifier/length parsing in CBS.
Joel Sing
2021-12-25
Update to reflect changes over the last six years
Philip Guenther
2021-12-24
Reorder some functions.
Joel Sing
2021-12-24
Undo commenting of OPENSSL_NO_RFC3779
Theo Buehler
2021-12-24
Prepare to provide PEM_write_bio_PrivateKey_traditional()
Theo Buehler
2021-12-24
Prepare to provide EVP_CIPHER_CTX_{get,set}_cipher_data
Theo Buehler
2021-12-24
Prepare to provide EVP_CIPHER_CTX_buf_noconst()
Theo Buehler
2021-12-24
Fix a typo in a comment and add some empty lines for readability
Theo Buehler
2021-12-24
Fix some KNF issues in the RFC 3779 section that have bothered me for
Theo Buehler
2021-12-24
KNF nit
Theo Buehler
2021-12-24
Remove asserts from asid_validate_path_internal()
Theo Buehler
2021-12-24
Turn asserts in ASIdentifierChoice_canonize() into error checks
Theo Buehler
2021-12-24
Remove assert from extract_min_max() (again)
Theo Buehler
2021-12-24
Revert previous. The commit contained more than intended.
Theo Buehler
2021-12-24
Turn asserts in ASIdentifierChoice_canonize() into error checks
Theo Buehler
2021-12-24
Remove assert from extract_min_max()
Theo Buehler
2021-12-24
Fix indent of a comment.
Theo Buehler
2021-12-24
Remove asserts from addr_validate_path_internal()
Theo Buehler
2021-12-24
Turn assert in X509v3_addr_canonize() into an error check.
Theo Buehler
2021-12-23
Fully check the second strtoul() call in v2i_IPAddrBlocks()
Theo Buehler
2021-12-23
Fix an arbitrary out-of-bounds stack read in v2i_IPAddrBlocks()
Theo Buehler
2021-12-23
Roll the syscalls that have an off_t argument to remove the explicit padding.
Philip Guenther
2021-12-23
Route templated implementations of {d2i,i2d}_ASN1_BOOLEAN() through
Theo Buehler
2021-12-21
document BN_MONT_CTX_set_locked(3)
Ingo Schwarze
2021-12-20
Always allocate a new stack in o2i_SCT_LIST().
Joel Sing
2021-12-20
Convert SCT_new_from_base64() to use CBS for o2i_SCT_signature().
Joel Sing
2021-12-20
document BN_mod_add_quick(3), BN_mod_sub_quick(3), BN_mod_lshift(3),
Ingo Schwarze
2021-12-19
document BN_consttime_swap(3); this will probably require more work,
Ingo Schwarze
2021-12-19
document BN_uadd(3) and BN_usub(3)
Ingo Schwarze
2021-12-19
document BN_zero_ex(3)
Ingo Schwarze
2021-12-19
Put CTLOG and SCT stacks definitions in the right place.
Joel Sing
2021-12-18
Document BN_abs_is_word(3).
Ingo Schwarze
2021-12-18
add the missing .Nm BN_get_rfc3526_prime_1536,
Ingo Schwarze
2021-12-18
new manual page OBJ_add_sigid(3)
Ingo Schwarze
2021-12-18
KNF two comments
Theo Buehler
2021-12-18
Reinstate the licenses that were replaced with a license stub
Theo Buehler
2021-12-18
Revert license stubs to full licenses in the remaining files.
Theo Buehler
2021-12-18
Reinstate the license stubs to their original licenses in most of the
Theo Buehler
2021-12-18
Convert o2i_SCT* functions to CBS.
Joel Sing
[next]