summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_x931p.c
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2018-09-11Update copyright yearMatt Caswell
2018-09-03Check the return from BN_sub() in BN_X931_generate_Xpq().Pauli
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-06-26Change to check last return value of BN_CTX_getPaul Yang
2017-06-14Fix possible crash in X931 code.Bernd Edlinger
2016-08-23Check for malloc error in bn_x931p.cMatt Caswell
2016-08-10Change callers to use the new constants.Rich Salz
2016-06-25Fix BN_is_prime* calls.David Benjamin
2016-05-17Copyright consolidation 06/10Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Prepare for bn opaquify. Implement internal helper functions.Matt Caswell
2014-08-19RT2513: Fix typo's paramter-->parameterMartin Olsson
2011-01-09add X9.31 prime generation routines from 0.9.8 branchDr. Stephen Henson