summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-26Merge documentation for i2d_re_X509*_tbs(3) from OpenSSL 1.1tb1-4/+67
2021-10-26spelling fixes;jmc2-4/+4
2021-10-26install X509_get_extension_flags.3 and X509_SIG_get0.3tb1-1/+3
2021-10-26Remove a line documenting that X509_get_X509_PUBKEY(3) is missingtb1-2/+1
2021-10-26Document X509_get0_pubkey.3tb1-3/+14
2021-10-26Document new signature of X509_get_X509_PUBKEY() and remove claimtb1-5/+3
2021-10-26Add tlsfeature NIDjob2-0/+2
2021-10-26Add RFC 3779 checks to both legacy and new verifierjob2-2/+20
2021-10-26Free memory on text exit to make asan quieterbeck1-53/+83
2021-10-26new manual page X509_REQ_add1_attr(3) documenting nine functionsschwarze6-8/+199
2021-10-26correct a wrong function name below RETURN VALUESschwarze1-3/+3
2021-10-26document X509_REQ_dup(3)schwarze1-5/+20
2021-10-26document d2i_X509_PUBKEY(3) and i2d_X509_PUBKEY(3);schwarze1-23/+57
2021-10-26Validate Subject Alternate Names when they are being added to certificates.beck3-9/+61
2021-10-26Revise regress for removal of SSL_SESSION_INTERNAL.jsing1-27/+27
2021-10-25sorttb1-17/+17
2021-10-25sort. alphanumerics have lower ASCII values than '_'tb1-5/+5
2021-10-25Install SSL_read_early_data.3. I should have done this during the lasttb1-4/+2
2021-10-25Revert accidental change.jca1-1/+2
2021-10-25Make brk() and sbrk() weak again as intended.jca1-2/+1
2021-10-25new manual page EVP_PKCS82PKEY(3), also documenting EVP_PKEY2PKCS8(3)schwarze6-10/+77
2021-10-25new manual page PKCS8_pkey_set0(3)schwarze6-9/+177
2021-10-25Add missing RCS markerstb2-0/+2
2021-10-25Zap two unused includesjca2-4/+0
2021-10-25Garbage collect another unused variable.jca1-4/+1
2021-10-25document ASN1_STRING_set0(3)schwarze1-6/+29
2021-10-25Add record processing limit to DTLS code.jsing2-3/+18
2021-10-25Use ssl_force_want_read() in the DTLS code.jsing3-44/+15
2021-10-25Fold SSL_SESSION_INTERNAL back into SSL_SESSION.jsing10-121/+110
2021-10-25Drop two uses of the terrible asn1 kludge spotted by antontb1-3/+3
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, thederaadt9-20/+20
2021-10-24merge documentation for SSL_read_ex(3), SSL_peek_ex(3), and SSL_write_ex(3)schwarze2-61/+130
2021-10-24Prepare to provide a number of X509_STORE_CTX_* setters.tb2-2/+52
2021-10-24Prepare to provide EVP_MD_CTX_get_md_data()tb2-2/+11
2021-10-24Prepare to provide a bunch of OCSP_resp_* getters.tb3-3/+74
2021-10-24Prepare to provide X509_STORE_CTX_get_num_untrusted()tb2-2/+11
2021-10-24Prepare to provide BIO_get_init()tb2-5/+14
2021-10-24Since tb@ added DECLARE_STACK_OF(GENERAL_NAMES) to x509v3.h in rev. 1.9schwarze1-9/+26
2021-10-24ansijsg2-13/+6
2021-10-24Prepare to provide X509_OBJECT_{new,free}()tb2-3/+25
2021-10-24Don't leak internal->verfied_chain, clean it up in ssl3_clear and free.beck1-1/+4
2021-10-24spelling;jmc1-3/+3
2021-10-23Add SSL_get0_verified_chain - needed by some new stuffbeck4-4/+21
2021-10-23Declare STACK_OF(GENERAL_NAMES)tb1-3/+4
2021-10-23fix wrong and missing return types and wrong macros in the SYNOPSIS;schwarze1-10/+18
2021-10-23Add new OpenSSL API SSL_CTX_set_num_tickets and friends.beck4-3/+94
2021-10-23KNF a particularly ugly commenttb1-17/+16
2021-10-23Zap trailing whitespacetb1-13/+13
2021-10-23Unhandroll X509_up_ref()tb4-10/+9
2021-10-23Preapre x509.c for upcoming libcrypto bumptb1-19/+11