summaryrefslogtreecommitdiffstats
path: root/apps/ca.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte7-16/+30
2020-10-04DECODER: Handle abstract object data typeRichard Levitte2-6/+69
2020-10-03Configuration: add initial NonStop values in OpenSSL::configRichard Levitte1-0/+19
2020-10-03Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler1-0/+4
2020-10-03Fix segfault on missing provider_query_operation()Nicola Tuveri1-1/+2
2020-10-02TLS AEAD ciphers: more bytes for key_block than neededMaxim Masiutin1-9/+15
2020-10-01EVP: use evp_pkey_ctx_is_legacy() to find what implementation to useRichard Levitte5-4/+20
2020-10-01Fix memory leak in req_cb() of x_req.c - handle distinguishing_id also with N...Dr. David von Oheimb1-2/+0
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell18-75/+74
2020-10-01Run the withlibctx.pl scriptMatt Caswell162-1240/+1091