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-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
2022-06-30
Remove obj_mac.h include. Requested by jsing
Theo Buehler
2022-06-29
Don't check the signature if a cert is self signed.
Theo Buehler
2022-06-29
Make ssl_cert_add{0,1}_chain_cert() take ssl/ctx
Theo Buehler
2022-06-29
ssl_cert_set{0,1}_chain() take ssl/ctx
Theo Buehler
2022-06-29
Add a security check to ssl_set_cert()
Theo Buehler
2022-06-29
Make ssl_set_{cert,pkey} take an ssl/ctx
Theo Buehler
2022-06-29
Refactor use_certificate_chain_* to take ssl/ctx instead of a cert
Theo Buehler
2022-06-29
Add functions that check security level in certs and cert chains.
Theo Buehler
2022-06-29
Make sure the verifier checks the security level in cert chains
Theo Buehler
2022-06-29
Remove a confusing comment
Theo Buehler
2022-06-29
Parse the @SECLEVEL=n annotation in cipher strings
Theo Buehler
2022-06-29
Add support for sending QUIC transport parameters
Bob Beck
2022-06-29
whitespace nit
Theo Buehler
[next]