summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify priv_key handling in d2i_ECPrivateKey()tb2022-03-311-8/+3
* Avoid segfaults in EVP_PKEY_CTX_free()tb2022-03-302-4/+10
* pkey_hmac_init(): use calloc()tb2022-03-301-7/+3
* Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGSschwarze2022-03-291-22/+21
* man pages: add missing commas in enumerationsnaddy2022-03-292-6/+6
* Bound cofactor in EC_GROUP_set_generator()tb2022-03-291-1/+7
* Do not zero cofactor on ec_guess_cofactor() successtb2022-03-291-2/+6
* Zap trailing whitespacetb2022-03-291-46/+46
* Remove extra 'or'claudio2022-03-281-3/+2
* name constraints: be more careful with NULstb2022-03-262-12/+25
* Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS.jsing2022-03-261-81/+92
* Provide asn1_get_primitive()jsing2022-03-262-2/+35
* use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64robert2022-03-251-5/+55
* Start disentangling armv7 and aarch64 codetb2022-03-238-6/+154
* Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().jsing2022-03-201-53/+53
* Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()jsing2022-03-193-32/+43
* Rewrite ascii/text to ASN.1 object conversion.jsing2022-03-191-121/+167
* Rework ASN1_STRING_set()jsing2022-03-171-14/+21
* Make gcc 4 happier about x509_addr.ctb2022-03-161-6/+8
* LibreSSL 3.5.2bcook2022-03-151-3/+3
* Initialise *out_name at the start of i2t_ASN1_OBJECT_name().jsing2022-03-151-1/+3
* Fix infinite loop in BN_mod_sqrt()tb2022-03-151-14/+15
* Allow constraints of the form @domain.comtb2022-03-141-10/+17
* Rework ownership handling in x509_constraints_validate()tb2022-03-143-39/+49
* Factor out ASN1_STRING clearing code.jsing2022-03-141-4/+15
* First pass clean up of ASN1_STRING code.jsing2022-03-141-74/+87
* Relax the check of x509_constraints_dirname()libressl-v3.5.1tb2022-03-131-2/+6
* Add x509_constraints_validate() to x509_internal.htb2022-03-131-1/+3
* Check name constraints using the proper APItb2022-03-131-4/+21
* style tweaktb2022-03-131-2/+2
* Add missing error check after strdup()tb2022-03-131-2/+5
* Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i().jsing2022-03-132-50/+31
* unsusual -> unusualjsg2022-03-101-3/+3
* bump for LibreSSL 3.5.1bcook2022-03-071-3/+3
* Pull a len == 0 check up before malloc(len) to avoid implementationtb2022-03-031-5/+5
* Do not write out terminating NUL in i2a_ASN1_OBJECT()tb2022-03-031-2/+2
* Unwrap a linetb2022-03-021-3/+2
* whitespacetb2022-03-021-2/+2
* Rewrite ASN1_OBJECT content to ascii/text conversion.jsing2022-03-023-101/+186
* Get rid of SHA1 for comparing CRL's - use SHA512 just like we do for certs.beck2022-02-243-9/+7
* Remove accidentally committed debug code.tb2022-02-241-3/+1
* Minor tweakstb2022-02-241-7/+8
* Add sanity checks on p and q in old_dsa_priv_decode()tb2022-02-241-1/+15
* mutibyte -> multibytejsg2022-02-211-3/+3
* Fix a buffer overread in OAEP padding removaltb2022-02-201-11/+11
* Remove references to performance issues caused by frequent memmove().jsing2022-02-191-13/+2
* Reduce memmoves in memory BIOs.jsing2022-02-191-22/+38
* certificiate -> certificatejsg2022-02-191-3/+3
* Provide a struct bio_mem for memory BIO specific data.jsing2022-02-191-47/+58
* Clean up and simplify memory BIO code.jsing2022-02-181-124/+139