summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2022-04-21Clarify comments at the start of {asid,addr}_validate_path_internal()Theo Buehler
2022-04-21Avoid expensive RFC 3779 checks during cert verificationTheo Buehler
2022-04-21Fix X509_get_extension_flags()Theo Buehler
2022-04-20Avoid use of uninitialized in BN_mod_exp_recp()Theo Buehler
2022-04-12KNF for a brace and zap trailing blank lineTheo Buehler
2022-04-10Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internalKinichiro Inoguchi
2022-04-07Avoid infinite loop on parsing DSA private keysTheo Buehler
2022-04-07Avoid infinite loop for custom curves of order 1Theo Buehler
2022-03-31man pages: fix some typos found while looking for other issuesChristian Weisgerber
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-31Fix leak in ASN1_TIME_adj_internal()Theo Buehler
2022-03-31Simplify priv_key handling in d2i_ECPrivateKey()Theo Buehler
2022-03-30Avoid segfaults in EVP_PKEY_CTX_free()Theo Buehler
2022-03-30pkey_hmac_init(): use calloc()Theo Buehler
2022-03-29Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGSIngo Schwarze
2022-03-29man pages: add missing commas in enumerationsChristian Weisgerber
2022-03-29Bound cofactor in EC_GROUP_set_generator()Theo Buehler
2022-03-29Do not zero cofactor on ec_guess_cofactor() successTheo Buehler
2022-03-29Zap trailing whitespaceTheo Buehler
2022-03-28Remove extra 'or'Claudio Jeker
2022-03-26name constraints: be more careful with NULsTheo Buehler
2022-03-26Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS.Joel Sing
2022-03-26Provide asn1_get_primitive()Joel Sing
2022-03-25use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64Robert Nagy
2022-03-23Start disentangling armv7 and aarch64 codeTheo Buehler
2022-03-20Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().Joel Sing
2022-03-19Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()Joel Sing
2022-03-19Rewrite ascii/text to ASN.1 object conversion.Joel Sing
2022-03-17Rework ASN1_STRING_set()Joel Sing
2022-03-16Make gcc 4 happier about x509_addr.cTheo Buehler
2022-03-15LibreSSL 3.5.2Brent Cook
2022-03-15Initialise *out_name at the start of i2t_ASN1_OBJECT_name().Joel Sing
2022-03-15Fix infinite loop in BN_mod_sqrt()Theo Buehler
2022-03-14Allow constraints of the form @domain.comTheo Buehler
2022-03-14Rework ownership handling in x509_constraints_validate()Theo Buehler
2022-03-14Factor out ASN1_STRING clearing code.Joel Sing
2022-03-14First pass clean up of ASN1_STRING code.Joel Sing
2022-03-13Relax the check of x509_constraints_dirname()Theo Buehler
2022-03-13Add x509_constraints_validate() to x509_internal.hTheo Buehler
2022-03-13Check name constraints using the proper APITheo Buehler
2022-03-13style tweakTheo Buehler
2022-03-13Add missing error check after strdup()Theo Buehler
2022-03-13Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i().Joel Sing
2022-03-10unsusual -> unusualJonathan Gray
2022-03-07bump for LibreSSL 3.5.1Brent Cook
2022-03-03Pull a len == 0 check up before malloc(len) to avoid implementationTheo Buehler
2022-03-03Do not write out terminating NUL in i2a_ASN1_OBJECT()Theo Buehler
2022-03-02Unwrap a lineTheo Buehler
2022-03-02whitespaceTheo Buehler
2022-03-02Rewrite ASN1_OBJECT content to ascii/text conversion.Joel Sing