summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2018-05-01Fix whitespace on a few lines to reduce noise in an upcoming diff.Theo Buehler
2018-05-01const for BIO_{new,set}() and most of the BIO_{f,s}_*() family ofTheo Buehler
2018-04-29In view of the recent BN_FLG_CONSTTIME vulnerabilities in OpenSSL,Ingo Schwarze
2018-04-28Fix a small timing side channel in dsa_sign_setup(). Simple adaptationTheo Buehler
2018-04-28Fix a small timing side channel in ecdsa_sign_setup(). Up to whitespaceTheo Buehler
2018-04-25Put function name on a separate line and zap stray whitespace.Theo Buehler
2018-04-25In asn1.h rev. 1.46 2018/04/25 11:48:21, tb@ added const qualifiersIngo Schwarze
2018-04-25remove whitespace before closing parensTheo Buehler
2018-04-25Add const to functions in asn1/asn1.h as they did in OpenSSL.Theo Buehler
2018-04-23Make the NULL check a separate if statement for readability andTheo Buehler
2018-04-23Make whitespace between functions and structs a bit more consistent.Theo Buehler
2018-04-23Make X509_CRL_METHOD_free() NULL-safe.Theo Buehler
2018-04-19Document the "f" callback argument that tb@ asked about.Ingo Schwarze
2018-04-18tweak previous;Jason McIntyre
2018-04-18SEE ALSO and HISTORYIngo Schwarze
2018-04-18delete engine(3); nothing of value left in that pageIngo Schwarze
2018-04-18link to ENGINE_register_RSA(3) rather than engine(3)Ingo Schwarze
2018-04-18* Document DH_up_ref(3), DSA_up_ref(3), and RSA_up_ref(3).Ingo Schwarze
2018-04-18* Make the description of method selection simpler, more precise,Ingo Schwarze
2018-04-18* Do not document the non-existent function RSA_null_method(3).Ingo Schwarze
2018-04-15add a few new sentences regarding the big pictureIngo Schwarze
2018-04-15Rewrite the ENGINE_*(3) documentation from scratch - step 2,Ingo Schwarze
2018-04-15Rewrite the ENGINE_*(3) documentation from scratch (step 1,Ingo Schwarze
2018-04-14In eng_lib.c rev. 1.14 2018/04/14 07:18:37, tb@ allowed ENGINE_free(3)Ingo Schwarze
2018-04-14Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andTheo Buehler
2018-04-14make ENGINE_finish() succeed on NULL and simplify callers as inTheo Buehler
2018-04-08Fail early if an X509_VERIFY_PARAM is poisoned - don't allowBob Beck
2018-04-08sort the list of data structures and add the missing ECDH and ECDSA;Ingo Schwarze
2018-04-07tweak previous;Jason McIntyre
2018-04-07Correct man page for OpenSSL_no_config() to indicate that itBob Beck
2018-04-07tweak previous;Jason McIntyre
2018-04-06Revert revision 1.12 commit. Although *pval looks like a C pointer,Alexander Bluhm
2018-04-06Avoid leaking str if EVP_Digest() fails.Theo Buehler
2018-04-06poison for X509_VERIFY_PARAM'sBob Beck
2018-04-04Fix two bugs in X509_NAME_add_entry(3):Ingo Schwarze
2018-04-03KNF: move two opening curly braces of function bodies to their own linesTheo Buehler
2018-04-03Typo: typdef -> typedef.Theo Buehler
2018-04-03Add missing $OpenBSD$ tags.Theo Buehler
2018-04-02In x509_vfy.h rev. 1.26 2018/03/17 15:43:32, tb@ providedIngo Schwarze
2018-04-02In x509_vfy.h rev. 1.25 2018/03/17 15:39:43, tb@ providedIngo Schwarze
2018-04-01When you replace an element in a sorted array with somethingIngo Schwarze
2018-03-30jsing@ points out to me that our X25519 interface was copied fromIngo Schwarze
2018-03-30include more information about how to create keys;Ingo Schwarze
2018-03-30Add one short sentence each from the new OpenSSL X509_STORE_add_cert(3)Ingo Schwarze
2018-03-29Remove mention of link between message digests and public key algorithms.Ingo Schwarze
2018-03-29missing "const" in seven prototypes;Ingo Schwarze
2018-03-29describe EC_POINT_get_affine_coordinates_GFp(3) andIngo Schwarze
2018-03-29correct callback argument for BIO_puts(3);Ingo Schwarze
2018-03-29BIO_get_mem_data(3) and BIO_get_mem_ptr(3) assign to *pp, not to pp;Ingo Schwarze
2018-03-29spelling; from <Alex dot Gaynor at gmail dot com>Ingo Schwarze