summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Hide global _it symbola in cms.hbeck2024-07-093-2/+10
* Hide global _it symbols in dsa.hbeck2024-07-083-2/+13
* Hide global _it symbols in rsa.hbeck2024-07-083-2/+20
* Guard variable declarations to unbreak non-namespaced builds.beck2024-07-086-8/+18
* Hide global _it symbols in asn1t.hbeck2024-07-086-8/+20
* Hide global _it symbols in pkcs7.hbeck2024-07-083-2/+39
* remove a further spkac reference; ok tbjmc2024-07-081-5/+3
* Hide global _it variables in ocsp.hbeck2024-07-083-2/+49
* Hide global _it variables in asn1.hbeck2024-07-089-8/+77
* Hide global _it variables in x509.hbeck2024-07-0815-14/+77
* Hide global _it variables in x509v3.hbeck2024-07-0815-14/+113
* Pretend to clarify the way ipv6_asc() worksjca2024-07-081-4/+5
* Remove lhash statistics.jsing2024-06-302-30/+2
* fix typotb2024-06-291-2/+2
* The ALPN callback should really ignore the out parameter if there'stb2024-06-281-3/+13
* Fix SSL_select_next_proto()tb2024-06-281-29/+54
* Remove handling of SSLv2 client hello messages.jsing2024-06-281-205/+1
* remove psk_idx from tlsext_randomize_build_order()tb2024-06-261-3/+3
* tls_extension_find(): make output index optionaltb2024-06-261-2/+3
* Implement RSA key exchange in constant time.jsing2024-06-253-63/+73
* Fix TLS extension shufflingtb2024-06-251-2/+2
* ssl_err: KNF tweaktb2024-06-241-2/+2
* ssl_err: fix whitespacetb2024-06-241-13/+13
* libcrypto: constify most error string tablestb2024-06-2426-139/+321
* x509_conf: rename the merr label into errtb2024-06-241-8/+8
* strmode takes a mode_t, not an int; prompted by Collin Funk.otto2024-06-231-4/+2
* Remove the less-than-useful change log.jsing2024-06-221-39/+1
* Rewrite BN_bn2mpi() using CBB.jsing2024-06-221-24/+35
* Sync bytestring from libssl.jsing2024-06-222-2/+15
* Provide CBB_add_u32_length_prefixed().jsing2024-06-222-2/+15
* x_all.c: remove a bunch of unnecessary parenthesestb2024-06-191-23/+19
* v3_generic_extension() use ASN1_STRING_set0()tb2024-06-181-4/+4
* v3_generic_extension() rename the X509_EXTENSIONtb2024-06-181-4/+5
* Rename 'ext' to 'name' in v3_generic_extension()tb2024-06-181-4/+4
* Make local BIT_STRING_BITNAME variables consttb2024-06-182-5/+5
* x509_conf: rename ext_struc into ext_structtb2024-06-181-16/+16
* x509_conf: rename all ext_nid to nidtb2024-06-181-19/+19
* do_ext_i2d(): move empty line to the proper placetb2024-06-181-2/+2
* do_ext_i2d(): malloc -> calloctb2024-06-181-2/+2
* do_ext_i2d(): populate ext_oct with ASN1_STRING_set0()tb2024-06-181-3/+2
* do_ext_i2d(): avoid leaks and add some missing error checkingtb2024-06-181-4/+10
* Indent labels in x509_conf.ctb2024-06-181-3/+3
* do_ext_i2d(): make various NULL checks explicittb2024-06-181-5/+5
* do_ext_i2d(): unwrap a linetb2024-06-181-3/+2
* Replace x with x509_exts in X509V3_add1_i2d() and X509V3_get_d2i()tb2024-06-171-14/+16
* Rewrite X509V3_get_d2i()tb2024-06-171-56/+47
* piuid, psuid -> issuerUID, subjectUIDtb2024-06-121-3/+3
* sync includes in tls_signer.cop2024-06-111-3/+12
* Align documentation with realityjob2024-06-071-4/+8
* Fix non-xsc path in x509_verify_potential_parent()tb2024-06-071-2/+2