aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_x931p.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte1-1/+1
2018-09-11Update copyright yearMatt Caswell1-1/+1
2018-09-03Check the return from BN_sub() in BN_X931_generate_Xpq().Pauli1-1/+3
2017-08-03Add RAND_priv_bytes() for private keysRich Salz1-4/+4
2017-06-26Change to check last return value of BN_CTX_getPaul Yang1-3/+3
2017-06-14Fix possible crash in X931 code.Bernd Edlinger1-2/+6
2016-08-23Check for malloc error in bn_x931p.cMatt Caswell1-0/+3
2016-08-10Change callers to use the new constants.Rich Salz1-4/+4
2016-06-25Fix BN_is_prime* calls.David Benjamin1-5/+12
2016-05-17Copyright consolidation 06/10Rich Salz1-54/+5
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini1-2/+5
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-166/+168
2014-12-08Prepare for bn opaquify. Implement internal helper functions.Matt Caswell1-0/+1
2014-08-19RT2513: Fix typo's paramter-->parameterMartin Olsson1-2/+2
2011-01-09add X9.31 prime generation routines from 0.9.8 branchDr. Stephen Henson1-0/+272