summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-08Hide global _it variables in asn1.hbeck9-8/+77
2024-07-08Hide global _it variables in x509.hbeck15-14/+77
2024-07-08Hide global _it variables in x509v3.hbeck15-14/+113
2024-07-08Pretend to clarify the way ipv6_asc() worksjca1-4/+5
2024-07-08Adjust regress for SPKAC removaltb1-38/+1
2024-07-08Adjust manpage for SPKAC removaltb1-84/+4
2024-07-08Remove spkac subcommandtb4-317/+4
2024-07-08Remove spkac handling from openssl(1) catb1-187/+3
2024-07-01signal handler must use the save_errno dance, and massage a variablederaadt1-2/+5
2024-06-30Remove lhash statistics.jsing2-30/+2
2024-06-29fix typotb1-2/+2
2024-06-28Add more regress coverage for SSL_select_next_proto()tb1-1/+291
2024-06-28The ALPN callback should really ignore the out parameter if there'stb1-3/+13
2024-06-28Fix SSL_select_next_proto()tb1-29/+54
2024-06-28Remove handling of SSLv2 client hello messages.jsing1-205/+1
2024-06-26remove psk_idx from tlsext_randomize_build_order()tb1-3/+3
2024-06-26tls_extension_find(): make output index optionaltb1-2/+3
2024-06-25Implement RSA key exchange in constant time.jsing3-63/+73
2024-06-25Fix TLS extension shufflingtb1-2/+2
2024-06-24ssl_err: KNF tweaktb1-2/+2
2024-06-24ssl_err: fix whitespacetb1-13/+13
2024-06-24libcrypto: constify most error string tablestb26-139/+321
2024-06-24x509_conf: rename the merr label into errtb1-8/+8
2024-06-23rust-openssl: switch from deprecated config to config.tomltb2-2/+2
2024-06-23openssl ca: avoid double free for spkac files without default sectiontb1-2/+1
2024-06-23strmode takes a mode_t, not an int; prompted by Collin Funk.otto1-4/+2
2024-06-22Remove the less-than-useful change log.jsing1-39/+1
2024-06-22Rewrite BN_bn2mpi() using CBB.jsing1-24/+35
2024-06-22Sync bytestring from libssl.jsing2-2/+15
2024-06-22Provide CBB_add_u32_length_prefixed().jsing2-2/+15
2024-06-19x_all.c: remove a bunch of unnecessary parenthesestb1-23/+19
2024-06-18v3_generic_extension() use ASN1_STRING_set0()tb1-4/+4
2024-06-18v3_generic_extension() rename the X509_EXTENSIONtb1-4/+5
2024-06-18Rename 'ext' to 'name' in v3_generic_extension()tb1-4/+4
2024-06-18Make local BIT_STRING_BITNAME variables consttb2-5/+5
2024-06-18x509_conf: rename ext_struc into ext_structtb1-16/+16
2024-06-18x509_conf: rename all ext_nid to nidtb1-19/+19
2024-06-18do_ext_i2d(): move empty line to the proper placetb1-2/+2
2024-06-18do_ext_i2d(): malloc -> calloctb1-2/+2
2024-06-18do_ext_i2d(): populate ext_oct with ASN1_STRING_set0()tb1-3/+2
2024-06-18do_ext_i2d(): avoid leaks and add some missing error checkingtb1-4/+10
2024-06-18Indent labels in x509_conf.ctb1-3/+3
2024-06-18do_ext_i2d(): make various NULL checks explicittb1-5/+5
2024-06-18do_ext_i2d(): unwrap a linetb1-3/+2
2024-06-17Replace x with x509_exts in X509V3_add1_i2d() and X509V3_get_d2i()tb1-14/+16
2024-06-17Rewrite X509V3_get_d2i()tb1-56/+47
2024-06-17Add regress coverage for X509V3_get_d2i()tb1-1/+265
2024-06-16zap a stray spacetb1-2/+2
2024-06-15openssl-ruby: prepare test for default ruby switchtb1-1/+5
2024-06-12piuid, psuid -> issuerUID, subjectUIDtb1-3/+3