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
2022-07-11
Sync cert.pem with certdata.txt from the NSS release branch. OK tb@ bcook@
Stuart Henderson
2022-07-11
fix NULL return adding missing semicolon
Brent Cook
2022-07-10
Annotate the security callback and the security ex_data as deliberately
Theo Buehler
2022-07-10
In dsa.h rev. 1.38, tb@ provided DSA_meth_get0_name(3)
Ingo Schwarze
2022-07-09
Make ASN1_{INTEGER,ENUMERATED}_get() return 0 on NULL again
Theo Buehler
2022-07-09
Document ASN1_INTEGER_get_uint64(3), ASN1_INTEGER_get_int64(3),
Ingo Schwarze
2022-07-07
sort
Theo Buehler
2022-07-07
Sync bs_cbb.c with libssl.
Theo Buehler
2022-07-07
Make CBB_finish() fail if *out_data is not NULL
Theo Buehler
2022-07-07
Initialize hkdf_label to NULL.
Theo Buehler
2022-07-07
Use a local bits variable to avoid ugly line break due to nested function
Theo Buehler
2022-07-07
Bump libtls minor after libcrypto and libssl minor bump
Theo Buehler
2022-07-07
Unifdef LIBRESSL_HAS_SECURITY_LEVEL and remove some workarounds
Theo Buehler
2022-07-07
Bump minor after symbol addition
Theo Buehler
2022-07-07
Update Symbols.list
Theo Buehler
2022-07-07
Expose security level symbols and error codes in the headers.
Theo Buehler
2022-07-07
bump minor after symbol addition
Theo Buehler
2022-07-07
Update Symbols.list
Theo Buehler
2022-07-07
Expose new API in headers.
Theo Buehler
2022-07-05
Add missing X509_V_ERR_ strings using the ones from OpenSSL.
Theo Buehler
2022-07-05
Use secop instead of op everywhere
Theo Buehler
2022-07-05
Pull setting of is_ee out of the function calls to appease scan-build
Theo Buehler
2022-07-04
The OpenSSL API is called ASN1_TIME_set_string_X509() (uppercase x)
Theo Buehler
2022-07-04
Bump to LibreSSL 3.6.0
Theo Buehler
2022-07-04
Sync with changes in dsa_meth.c
Theo Buehler
2022-07-04
Prepare to provide DSA_meth_{get0,set1}_name()
Theo Buehler
2022-07-04
Prepare to provide X509_VERIFY_PARAM_get_time()
Theo Buehler
2022-07-03
Reword a comment
Theo Buehler
2022-07-03
Unwrap a line
Theo Buehler
2022-07-03
Update instructions for using curl's mk-ca-bundle script.
Stuart Henderson
2022-07-03
Simplify certificate list handling code in legacy server.
Joel Sing
2022-07-03
Simplify certificate list handling code in legacy client.
Joel Sing
2022-07-03
Simplify tls1_ec_nid2group_id()
Theo Buehler
2022-07-03
Simplify tls1_ec_group_id2{bits,nid}()
Theo Buehler
2022-07-02
Call certificate variables cert and certs, rather than x and sk
Joel Sing
2022-07-02
Use ASN1_INTEGER to parse/build (Z)LONG_it
Joel Sing
2022-07-02
Remove references to openssl/obj_mac.h
Joel Sing
2022-07-02
Stop using ssl{_ctx,}_security() outside of ssl_seclevel.c
Theo Buehler
2022-07-02
Rename uses 'curve' to 'group' and rework tls1 group API.
Theo Buehler
2022-07-02
Fix off-by-one in length check.
Theo Buehler
2022-07-02
Make tls1_ec_curve_id2nid() return explicit NID_undef instead of 0 on error
Theo Buehler
2022-06-30
To figure our whether a large allocation can be grown into the
Philip Guenther
2022-06-30
Remove redundant comments
Theo Buehler
2022-06-30
Check security level for supported groups.
Theo Buehler
2022-06-30
Rename variable from tls_version to version since it could also be
Theo Buehler
2022-06-30
Check whether the security level allows session tickets.
Theo Buehler
2022-06-30
Add checks to ensure we do not initiate or negotiate handshakes with
Theo Buehler
2022-06-30
Replace obj_mac.h with object.h
Theo Buehler
2022-06-30
Rename use_* to ssl_use_* for consistency.
Theo Buehler
2022-06-30
whitespace nit
Theo Buehler
[next]