summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-06-29whitespace nitTheo Buehler
2022-06-29missing blank lineTheo Buehler
2022-06-29Refactor asn1 time parsing to use CBS - enforce valid times in ASN.1 parsing.Bob Beck
2022-06-29Also check the security level in SSL_get1_supported_ciphersTheo Buehler
2022-06-29Check security level when convertin a cipher list to bytesTheo Buehler
2022-06-29Also check the security level when choosing a shared cipherTheo Buehler
2022-06-29There's tentacles, tentacles everywhereTheo Buehler
2022-06-29Also check the security level of the 'tmp dh'Theo Buehler
2022-06-29Check the security of DH key sharesTheo Buehler
2022-06-29Rename one s to ssl for consistencyTheo Buehler
2022-06-29Check sigalg security level when selecting them.Theo Buehler
2022-06-29Check the security bits of the sigalgs' pkeyTheo Buehler
2022-06-29Check the security level when building sigalgsTheo Buehler
2022-06-29Annotate sigalgs with their security level.Theo Buehler
2022-06-28Add prototypes for ssl{_ctx,}_security()Theo Buehler
2022-06-28Add error code definsTheo Buehler
2022-06-28Add a period to a commentTheo Buehler
2022-06-28Security level >= 3 requires a ciphersuite with PFSTheo Buehler
2022-06-28Add a secop handler for tmp_dhTheo Buehler
2022-06-28Add security level related error codes.Theo Buehler
2022-06-28Sort error stringsTheo Buehler
2022-06-28Implement ssl{,_ctx}_security()Theo Buehler
2022-06-28Copy the security level stuff in ssl_cert_dup()Theo Buehler
2022-06-28Set up the default callback in SSL_CERTTheo Buehler
2022-06-28Implement the default security level callbackTheo Buehler
2022-06-28Provide OPENSSL_TLS_SECURITY_LEVEL defineTheo Buehler
2022-06-28Implement SSL_{CTX_}_{g,s}et_security_level(3)Theo Buehler
2022-06-28Add security callback, level and ex_data fields to SSL_CERTTheo Buehler
2022-06-28Add #defines and prototypes for security level APITheo Buehler
2022-06-28Negate unsigned then cast to signed.Joel Sing
2022-06-28Take away bogus error assignment before callback call.Bob Beck
2022-06-28Free ciphers before assigning to themTheo Buehler
2022-06-28Fix the legacy verifier callback behaviour for untrusted certs.Bob Beck
2022-06-28tparm %l should push strlen(pop) onto the stack not insert it into theNicholas Marriott
2022-06-27Correct misleading comment for URI parsingBob Beck
2022-06-27Add function to free all of the issuer cache.Bob Beck
2022-06-27Allow security_level to mestastasize into the verifierTheo Buehler
2022-06-27Prepare to provide X509_VERIFY_PARAM_set_auth_level()Theo Buehler
2022-06-27Add new time manipulation funcitons that OpenSSL has exposed thatBob Beck
2022-06-27Prepare to provide EVP_PKEY_security_bits()Theo Buehler
2022-06-27Prepare to provide DH_security_bits()Theo Buehler
2022-06-27Prepare to provide RSA_security_bits()Theo Buehler
2022-06-27Prepare to provide DSA_security_bits()Theo Buehler
2022-06-27Prepare to provide BN_security_bits()Theo Buehler
2022-06-26Provide and use long_{get,set}()Joel Sing
2022-06-26Fix URI name constraints, allow for URI's with no host part.Bob Beck
2022-06-26whitespaceTheo Buehler
2022-06-25Move leaf certificate checks to the last thing after chain validation.Bob Beck
2022-06-25Use ints for boolean values.Joel Sing
2022-06-25Reuse ASN1_INTEGER functions for ASN1_ENUMERATED_{get,set}()Joel Sing