summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Hide global _it variables in x509v3.hbeck2024-07-0815-14/+113
* Pretend to clarify the way ipv6_asc() worksjca2024-07-081-4/+5
* Adjust regress for SPKAC removaltb2024-07-081-38/+1
* Adjust manpage for SPKAC removaltb2024-07-081-84/+4
* Remove spkac subcommandtb2024-07-084-317/+4
* Remove spkac handling from openssl(1) catb2024-07-081-187/+3
* signal handler must use the save_errno dance, and massage a variablederaadt2024-07-011-2/+5
* Remove lhash statistics.jsing2024-06-302-30/+2
* fix typotb2024-06-291-2/+2
* Add more regress coverage for SSL_select_next_proto()tb2024-06-281-1/+291
* 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
* rust-openssl: switch from deprecated config to config.tomltb2024-06-232-2/+2
* openssl ca: avoid double free for spkac files without default sectiontb2024-06-231-2/+1
* 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
* Add regress coverage for X509V3_get_d2i()tb2024-06-171-1/+265
* zap a stray spacetb2024-06-161-2/+2
* openssl-ruby: prepare test for default ruby switchtb2024-06-151-1/+5
* 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