Age | Commit message (Expand) | Author |
2022-06-29 | Also check the security level in SSL_get1_supported_ciphers | Theo Buehler |
2022-06-29 | Check security level when convertin a cipher list to bytes | Theo Buehler |
2022-06-29 | Also check the security level when choosing a shared cipher | Theo Buehler |
2022-06-29 | There's tentacles, tentacles everywhere | Theo Buehler |
2022-06-29 | Also check the security level of the 'tmp dh' | Theo Buehler |
2022-06-29 | Check the security of DH key shares | Theo Buehler |
2022-06-29 | Rename one s to ssl for consistency | Theo Buehler |
2022-06-29 | Check sigalg security level when selecting them. | Theo Buehler |
2022-06-29 | Check the security bits of the sigalgs' pkey | Theo Buehler |
2022-06-29 | Check the security level when building sigalgs | Theo Buehler |
2022-06-29 | Annotate sigalgs with their security level. | Theo Buehler |
2022-06-28 | Add prototypes for ssl{_ctx,}_security() | Theo Buehler |
2022-06-28 | Add error code defins | Theo Buehler |
2022-06-28 | Add a period to a comment | Theo Buehler |
2022-06-28 | Security level >= 3 requires a ciphersuite with PFS | Theo Buehler |
2022-06-28 | Add a secop handler for tmp_dh | Theo Buehler |
2022-06-28 | Add security level related error codes. | Theo Buehler |
2022-06-28 | Sort error strings | Theo Buehler |
2022-06-28 | Implement ssl{,_ctx}_security() | Theo Buehler |
2022-06-28 | Copy the security level stuff in ssl_cert_dup() | Theo Buehler |
2022-06-28 | Set up the default callback in SSL_CERT | Theo Buehler |
2022-06-28 | Implement the default security level callback | Theo Buehler |
2022-06-28 | Provide OPENSSL_TLS_SECURITY_LEVEL define | Theo Buehler |
2022-06-28 | Implement SSL_{CTX_}_{g,s}et_security_level(3) | Theo Buehler |
2022-06-28 | Add security callback, level and ex_data fields to SSL_CERT | Theo Buehler |
2022-06-28 | Add #defines and prototypes for security level API | Theo Buehler |
2022-06-28 | Negate unsigned then cast to signed. | Joel Sing |
2022-06-28 | Take away bogus error assignment before callback call. | Bob Beck |
2022-06-28 | Free ciphers before assigning to them | Theo Buehler |
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 |