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
/
libcrypto
Age
Commit message (
Expand
)
Author
2024-05-19
unwrap a line
Theo Buehler
2024-05-19
Add space after commas
Theo Buehler
2024-05-19
KNF for dh_err and dsa_err
Theo Buehler
2024-05-19
remove prototypes with no matching function
Jonathan Gray
2024-05-17
asn1_str2tag(): no need for tntmp to be static
Theo Buehler
2024-05-17
The long primitive function table can be const
Theo Buehler
2024-05-17
The bignum primitive function table (bignum_pf) can be const
Theo Buehler
2024-05-16
x509_v3.c: remove superfluous parentheses
Theo Buehler
2024-05-15
Improve X509V3_get0_uids() documentation
Theo Buehler
2024-05-15
X509_check_akid: zap stray space
Theo Buehler
2024-05-14
x509_ext.c: remove unnecessary includes
Theo Buehler
2024-05-14
x509_ext.c: remove lots of extraneous parentheses
Theo Buehler
2024-05-14
Fix last sentence of CAVEATS which I got the wrong way around
Theo Buehler
2024-05-12
Be more specific about X509V3_ADD_APPEND and X509V3_ADD_DELETE
Theo Buehler
2024-05-12
Tweak wording
Theo Buehler
2024-05-12
Remove a 'built-in' that was left in by accident
Theo Buehler
2024-05-12
Install X509V3_EXT_get_nid.3
Theo Buehler
2024-05-12
Add minimal manpage documenting the misnamed X509V3_EXT_get_nid()
Theo Buehler
2024-05-12
Avoid .Xr to no longer public X509_LOOKUP_by_subject(3)
Theo Buehler
2024-05-11
Move X509V3_add_standard_extensions out of the way
Theo Buehler
2024-05-11
Make two NULL checks more explicit
Theo Buehler
2024-05-11
Unwrap a line
Theo Buehler
2024-05-11
Sync DSA_METHOD documentation with reality
Theo Buehler
2024-05-11
Remove unused DSA methods
Theo Buehler
2024-05-11
Remove unused PEM_USER and PEM_CTX
Theo Buehler
2024-05-10
Add missing EC_KEY_free()
Theo Buehler
2024-05-10
Inline dsa_builtin_keygen() in DSA_generate_key()
Theo Buehler
2024-05-09
Make the openssl_dsa_meth static const
Theo Buehler
2024-05-09
Move openssl_dsa_meth below the methods it uses
Theo Buehler
2024-05-09
Make the DH_METHOD static const
Theo Buehler
2024-05-09
Move public API and DH_METHOD to the bottom of the file
Theo Buehler
2024-05-09
Tiny style tweaks in X509_REQ_add_extension_nid()
Theo Buehler
2024-05-09
Streamline X509_REQ_check_private_key() a bit
Theo Buehler
2024-05-09
Zap some extra parentheses in X509_REQ_get_pubkey()
Theo Buehler
2024-05-09
Clean up X509_to_X509_REQ()
Theo Buehler
2024-05-09
Further simplify X509_REQ_get_extensions()
Theo Buehler
2024-05-08
fix line wrapping in function definition
Theo Buehler
2024-05-08
Simplify X509_REQ_get_extensions()
Theo Buehler
2024-05-08
Simplify X509_REQ_extension_nid()
Theo Buehler
2024-05-08
Defang X509_REQ_{s,g}et_extension_nids()
Theo Buehler
2024-05-07
PEM_read_bio_PrivateKey: fix grammar
Theo Buehler
2024-05-07
Reorder functions and drop static function prototypes.
Joel Sing
2024-05-06
Fix function wrapping.
Joel Sing
2024-05-06
Guard call to contract() from doall_util_fn().
Joel Sing
2024-05-03
Remove disgusting NULL checks in tm_to_{gentime,utctime}()
Theo Buehler
2024-05-03
Intercept a NULL s early in ASN1_TIME_set_string_internal()
Theo Buehler
2024-05-03
Simplify type handling in ASN1_TIME_set_string_internal()
Theo Buehler
2024-05-03
Simplify tm handling in ASN1_time_parse()
Theo Buehler
2024-05-03
Align CRL and CSR version printing with certs
Theo Buehler
2024-05-02
Remove a useless OBJ_obj2nid() call from X509_CRL_print()
Theo Buehler
[next]