summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_x931p.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add BN_check_prime()Kurt Roeckx2019-10-141-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Make sure all BIGNUM operations work within the FIPS providerMatt Caswell2019-07-151-4/+5
* Following the license change, modify the boilerplates in crypto/bn/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Check the return from BN_sub() in BN_X931_generate_Xpq().Pauli2018-09-031-1/+3
* Add RAND_priv_bytes() for private keysRich Salz2017-08-031-4/+4
* Change to check last return value of BN_CTX_getPaul Yang2017-06-261-3/+3
* Fix possible crash in X931 code.Bernd Edlinger2017-06-141-2/+6
* Check for malloc error in bn_x931p.cMatt Caswell2016-08-231-0/+3
* Change callers to use the new constants.Rich Salz2016-08-101-4/+4
* Fix BN_is_prime* calls.David Benjamin2016-06-251-5/+12
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+5
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-2/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-166/+168
* Prepare for bn opaquify. Implement internal helper functions.Matt Caswell2014-12-081-0/+1
* RT2513: Fix typo's paramter-->parameterMartin Olsson2014-08-191-2/+2
* add X9.31 prime generation routines from 0.9.8 branchDr. Stephen Henson2011-01-091-0/+272