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
2023-05-07
Remove a misplaced empty line
Theo Buehler
2023-05-06
Regen cert.pem
Theo Buehler
2023-05-05
Use -Wshadow with clang
Theo Buehler
2023-05-05
Fix error handling in tls_check_common_name()
Theo Buehler
2023-05-05
Salt shares the blame of the continued existence of the X9.31 padding mode
Theo Buehler
2023-05-05
Reinstate documentation of RSA_X931_PADDING
Theo Buehler
2023-05-05
Add back support for RSA_X931_PADDING
Theo Buehler
2023-05-05
Link rsa_x931.c to build
Theo Buehler
2023-05-05
Bring back the X9.31 padding helpers
Theo Buehler
2023-05-04
Rewrite ECParameters_dup()
Theo Buehler
2023-05-04
Use size_t instead of int in EC_POINT_point2oct()
Theo Buehler
2023-05-04
Fix line wrapping
Theo Buehler
2023-05-04
Fix function name in doc comment
Theo Buehler
2023-05-03
Revert utf-8 fix for X509_NAME_get_index_by_NID to avoid libtls
Bob Beck
2023-05-03
Bring back length check tb ok'ed and I managed to remove while
Bob Beck
2023-05-03
Fix a few KNF/whitespace issues
Theo Buehler
2023-05-02
Change X509_NAME_get_index_by[NID|OBJ] to be safer.
Bob Beck
2023-05-02
Rename P into generator
Theo Buehler
2023-05-02
Simplify EC_GROUP_new_by_curve_name()
Theo Buehler
2023-05-02
Style tweaks for SMIME_write_PKCS7()
Theo Buehler
2023-05-02
Unwrap a line
Theo Buehler
2023-05-02
Sync with upstream
Theo Buehler
2023-05-01
stray whitespace
Theo Buehler
2023-05-01
Add a missing pair of braces.
Theo Buehler
2023-05-01
Use uppercase for the CURVE_LIST_LENGTH macro
Theo Buehler
2023-05-01
Consistently use lowercase hex digits for curve parameters
Theo Buehler
2023-05-01
Now that we have C99 initializers, garbage collect some comments
Theo Buehler
2023-05-01
Rework the curve list to use actual structs instead of a custom
Theo Buehler
2023-05-01
Drop the now unnecessary and unused field_type from the curve data
Theo Buehler
2023-05-01
Convert EC_CURVE_DATA to C99 initializers
Theo Buehler
2023-05-01
Simplify ec_group_new_from_data() further
Theo Buehler
2023-05-01
Drop some dead code
Theo Buehler
2023-05-01
Remove pointless/wrong .meth = 0 entries from curves_list[]
Theo Buehler
2023-05-01
Mechanically convert curve_list[] to C99 initializers
Theo Buehler
2023-05-01
Clean up handling of nist_curves[]
Theo Buehler
2023-05-01
Remove ASN1_item_ndef_i2d(3) documentation
Theo Buehler
2023-05-01
First pass of removing low-level ASN.1 streaming docs
Theo Buehler
2023-05-01
spelling
Jonathan Gray
2023-04-30
mandoc -Tlint tells me I forgot to zap a comma
Theo Buehler
2023-04-30
Remove most documentation pertaining to proxy certificates.
Theo Buehler
2023-04-30
Remove proxy cert api remmnants
Theo Buehler
2023-04-30
Remove documentation of BN_generate_prime(), BN_is_prime{,_fasttest}()
Theo Buehler
2023-04-30
Remove documentation of BN_zero_ex() and update BN_one() and BN_zero()
Theo Buehler
2023-04-30
Garbage collect BN_zero_ex()
Theo Buehler
2023-04-30
Remove __dead again. Apparently this causes issues for some upstreams.
Theo Buehler
2023-04-30
Revert disablement of the encoding cache
Job Snijders
2023-04-30
Send x509_subject_cmp() to the attic
Theo Buehler
2023-04-30
The policy tree is no more
Theo Buehler
2023-04-30
Zap extra blank line
Theo Buehler
2023-04-30
Make the descriptions of BIO_get_retry_BIO(3) and BIO_get_retry_reason(3)
Ingo Schwarze
[next]