summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of out of bound reads in DNS response parsing.OPENBSD_7_1bluhm2023-03-161-1/+7
* Fix arbitrary memory read in GENERAL_NAME_cmp()libressl-v3.5.4bluhm2023-02-071-2/+3
* Fix d2i_ASN1_OBJECT()libressl-v3.5.3tb2022-05-141-2/+2
* Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internalinoguchi2022-04-101-1/+2
* Avoid infinite loop on parsing DSA private keystb2022-04-071-3/+24
* Avoid infinite loop for custom curves of order 1tb2022-04-072-4/+9
* man pages: fix some typos found while looking for other issuesnaddy2022-03-311-2/+2
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-3140-145/+145
* Fix leak in ASN1_TIME_adj_internal()tb2022-03-311-3/+5
* 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
* man pages: add missing word, The foo() ... -> The foo() function ...naddy2022-03-295-17/+18
* 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-293-9/+9
* 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
* Clean up {dtls1,ssl3}_read_bytes()jsing2022-03-262-200/+166
* Remove the minimum record length checks from dtls1_read_bytes()jsing2022-03-261-32/+1
* 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
* Crank major after symbol removal.tb2022-03-241-2/+2
* Hide the tls_signer from public visibility. It's not ready yet andtb2022-03-243-29/+24
* Start disentangling armv7 and aarch64 codetb2022-03-238-6/+154
* Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().jsing2022-03-201-53/+53
* Remove three useless tests filestb2022-03-193-185/+0
* 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
* Simplify SSL_do_handshake().jsing2022-03-181-7/+5
* Rewrite legacy DTLS unexpected handshake message handling.jsing2022-03-181-83/+139
* Rewrite legacy TLS unexpected handshake message handling.jsing2022-03-171-78/+114
* Clean up and simplify ssl3_renegotiate{,_check}()jsing2022-03-171-22/+15
* Remove const from tls1_transcript_hash_value()jsing2022-03-172-5/+5
* 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 unexpected handshake message handling code in the legacy stack.jsing2022-03-142-229/+256
* 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