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-06-28
Fix the legacy verifier callback behaviour for untrusted certs.
Bob Beck
2022-06-28
tparm %l should push strlen(pop) onto the stack not insert it into the
Nicholas Marriott
2022-06-27
Correct misleading comment for URI parsing
Bob Beck
2022-06-27
Add function to free all of the issuer cache.
Bob Beck
2022-06-27
Allow security_level to mestastasize into the verifier
Theo Buehler
2022-06-27
Prepare to provide X509_VERIFY_PARAM_set_auth_level()
Theo Buehler
2022-06-27
Add new time manipulation funcitons that OpenSSL has exposed that
Bob Beck
2022-06-27
Prepare to provide EVP_PKEY_security_bits()
Theo Buehler
2022-06-27
Prepare to provide DH_security_bits()
Theo Buehler
2022-06-27
Prepare to provide RSA_security_bits()
Theo Buehler
2022-06-27
Prepare to provide DSA_security_bits()
Theo Buehler
2022-06-27
Prepare to provide BN_security_bits()
Theo Buehler
2022-06-26
Provide and use long_{get,set}()
Joel Sing
2022-06-26
Fix URI name constraints, allow for URI's with no host part.
Bob Beck
2022-06-26
whitespace
Theo Buehler
2022-06-25
Move leaf certificate checks to the last thing after chain validation.
Bob Beck
2022-06-25
Use ints for boolean values.
Joel Sing
2022-06-25
Reuse ASN1_INTEGER functions for ASN1_ENUMERATED_{get,set}()
Joel Sing
2022-06-25
Rewrite ASN1_INTEGER_{get,set}() using CBS/CBB
Joel Sing
2022-06-25
Simplify ASN1_INTEGER_cmp()
Joel Sing
2022-06-22
Error out on negative shifts in BN_{r,l}shift()
Theo Buehler
2022-06-20
Tweak a comment
Theo Buehler
2022-06-20
Flip roles of lowercase and uppercase A and B.
Theo Buehler
2022-06-20
Clean up BN_kronecker()
Theo Buehler
2022-06-20
Fix some bizarre indentation and line breaks.
Theo Buehler
2022-06-20
Fixup comment
Jeremie Courreges-Anglas
2022-06-18
Fix prime recognition when doing trial divisions
Theo Buehler
2022-06-16
shmaddr is a pointer, so use NULL instead 0f
Theo de Raadt
2022-06-10
Add _?ENTRY_NB() macro for doing an ASM function entry without
Philip Guenther
2022-06-07
Change the loop index from an unsigned int to size_t now that all
Theo Buehler
2022-06-07
Simplify another CBS_write_bytes() call in d2i_SSL_SESSION()
Theo Buehler
2022-06-07
Switch sid_ctx_length in SSL, SSL_CTX and SSL_SESSION to a size_t
Theo Buehler
2022-06-07
Use CBS_write_bytes() instead of manual unpacking of a CBS and assigning
Theo Buehler
2022-06-07
Simplify various CBS_write_bytes() calls
Theo Buehler
2022-06-07
Switch SSL_SESSION's session_id_length to a size_t
Theo Buehler
2022-06-07
Add missing error check call in ssl3_get_new_session_ticket()
Theo Buehler
2022-06-07
Another small readability tweak: compare explicitly against 0 and NULL,
Theo Buehler
2022-06-07
Tweak readability of a test: compare tmp explicitly against 0 and drop
Theo Buehler
2022-06-07
Add a cast to SSL_SESSION_get_id() to indicate that session_id_length
Theo Buehler
2022-06-07
fix indent
Theo Buehler
2022-06-07
Unindent and simplify remove_session_lock()
Theo Buehler
2022-06-07
Drop an unnecessary cast
Theo Buehler
2022-06-07
Simplify CBS_write_bytes() invocation
Theo Buehler
2022-06-07
The master_key_length can no longer be < 0
Theo Buehler
2022-06-07
Switch the SSL_SESSION's master_key_length to a size_t
Theo Buehler
2022-06-07
Add error checking to tls_session_secret_cb() calls
Theo Buehler
2022-06-06
Use SSL3_CK_VALUE_MASK instead of hardcoded 0xffff and remove some
Theo Buehler
2022-06-06
Tweak comment describing the SSL_SESSION ASN.1
Theo Buehler
2022-06-06
Minor style cleanup in ssl_txt.c
Theo Buehler
2022-06-06
Fix comment + spacing.
Theo Buehler
[next]