Age | Commit message (Expand) | Author |
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 |
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 |