index
:
delta/libgcrypt.git
ECC-INTEGRATION-1-5
LIBGCRYPT-1-2-BRANCH
LIBGCRYPT-1-4-BRANCH
LIBGCRYPT-1-5-BRANCH
LIBGCRYPT-1-6-BRANCH
LIBGCRYPT-1-7-BRANCH
LIBGCRYPT-1.10-BRANCH
LIBGCRYPT-1.8-BRANCH
LIBGCRYPT-1.9-BRANCH
LIBGCRYPT-2.0-MO
OS2-BRANCH
STABLE-BRANCH-1-0
baserock/gnome
baserock/libgcrypt-1.5.5
baserock/morph
cipher-amd64-optimizations
cipher-s390x-optimizations
compliant-ecc-keygen
dkg/ecc-debug-cleanup
dkg/fix-T3894
ePit-1-0
gniibe-T3358
gniibe-curve25519
gniibe-mpi-pow-2017-06
gniibe/4293
gniibe/cmac-selftest
gniibe/const-invm
gniibe/fips-from-redhat
gniibe/jitterent
gniibe/new-pk-api
gniibe/t5797
gniibe/x448
http-to-https
justus/fix-error-handling
master
mo
padlock-test
t4873
ueno-pss
dev.gnupg.org: source/libgcrypt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cipher
/
primegen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
primes: Avoid leaking bits of the prime test to pageable memory.
Werner Koch
2018-10-26
1
-1
/
+2
*
prime: Avoid rare assertion failure in gcry_prime_check.
Werner Koch
2018-04-28
1
-12
/
+17
*
Spelling fixes in docs and comments.
NIIBE Yutaka
2017-04-28
1
-1
/
+1
*
rsa: Add FIPS 186-4 compliant RSA probable prime key generator.
Tomáš Mráz
2016-03-22
1
-0
/
+21
*
dsa: Make regression tests work.
Werner Koch
2016-03-18
1
-24
/
+21
*
dsa: Adjustments to conform with FIPS 186-4.
Vitezslav Cizek
2016-03-18
1
-7
/
+7
*
primegen: Fix memory leak for invalid call sequences.
Werner Koch
2015-01-05
1
-39
/
+40
*
Fix prime test for 2 and lower and add check command to mpicalc.
Werner Koch
2014-10-08
1
-9
/
+10
*
cipher: Fix possible NULL deref in call to prime generator.
Werner Koch
2014-08-21
1
-11
/
+14
*
Replace ath based mutexes by gpgrt based locks.
Werner Koch
2014-01-16
1
-41
/
+27
*
Remove macro hacks for internal vs. external functions. Part 2 and last.
Werner Koch
2013-12-12
1
-21
/
+21
*
Remove macro hacks for internal vs. external functions. Part 1.
Werner Koch
2013-12-05
1
-108
/
+107
*
Beautify debug output of the prime generator.
Werner Koch
2013-09-19
1
-7
/
+7
*
Streamline the use of the internal mpi and hex debug functions.
Werner Koch
2013-09-11
1
-13
/
+5
*
mpi: Add functions to manipulate the sign.
Werner Koch
2013-09-07
1
-1
/
+1
*
Completed switch to a simpler thread model.
Werner Koch
2011-12-01
1
-2
/
+13
*
Fixed a few warnings emitted by gcc 4.6.
Werner Koch
2011-03-28
1
-4
/
+4
*
Nuked almost all trailing whitespace.
post-nuke-of-trailing-ws
Werner Koch
2011-02-04
1
-94
/
+93
*
Applied spelling fixes and more verbose test diagnositcs by Brad Hards.
Werner Koch
2010-04-12
1
-2
/
+2
*
Fixed the fips 186 dsa key generation.
Werner Koch
2008-11-28
1
-4
/
+4
*
Prepare for FIPS186-3.
Werner Koch
2008-11-26
1
-2
/
+246
*
Implement FIPS 186-2 key generation.
Werner Koch
2008-11-25
1
-1
/
+206
*
Cleaned up the public key module calling conventions.
Werner Koch
2008-11-24
1
-1
/
+140
*
Changed the way the FIPS RNG is seeded.
Werner Koch
2008-08-29
1
-2
/
+1
*
Implemented transient-key flag as requested by the GNUNet folks.
Werner Koch
2008-08-26
1
-6
/
+11
*
Finished the X9.31 RNG implementations.
Werner Koch
2008-08-21
1
-2
/
+4
*
Replace assert calls by a new gcry_assert at most places.
Werner Koch
2008-08-20
1
-3
/
+2
*
A lot of cleanups as well as minor API changes.
Werner Koch
2007-02-21
1
-0
/
+2
*
See ChangeLog. There are still problems in ac.c.
Werner Koch
2006-10-25
1
-52
/
+284
*
Collected changes - see ChangeLogs
Werner Koch
2006-07-26
1
-6
/
+6
*
Made gcry_prime_check more robust (and slower).
Werner Koch
2005-08-22
1
-5
/
+12
*
* primegen.c (check_prime): New args CB_FUNC and CB_ARG; call them
Werner Koch
2004-02-20
1
-13
/
+26
*
2004-01-25 Moritz Schulte <mo@g10code.com>
Moritz Schulte
2004-01-25
1
-0
/
+2
*
(is_prime): Release A2.
Werner Koch
2003-12-22
1
-0
/
+1
*
* ac.c (gcry_ac_open): Make sure HANDLE gets initialized even when
Werner Koch
2003-12-19
1
-414
/
+444
*
(sign, do_encrypt, gen_k): Make sure that a small K is
Werner Koch
2003-12-03
1
-1
/
+1
*
* acinclude.m4 (AC_CHECK_PTH): Added.
Werner Koch
2003-10-31
1
-4
/
+5
*
* primegen.c (gcry_prime_generate): Make sure PRIME is set to NULL
Werner Koch
2003-10-10
1
-0
/
+5
*
* primegen.c (gen_prime): Bail out if NBITS is less than 16.
Werner Koch
2003-10-10
1
-20
/
+134
*
(gen_prime): Assert that NBITS is never zero, it
Werner Koch
2003-10-06
1
-1
/
+4
*
2003-09-02 Moritz Schulte <mo@g10code.com>
Moritz Schulte
2003-09-02
1
-172
/
+356
*
* gcrypt.h (gcry_mpi_scan, gcry_mpi_print): API change.
Werner Koch
2003-07-27
1
-5
/
+3
*
2003-07-14 Moritz Schulte <moritz@g10code.com>
Moritz Schulte
2003-07-14
1
-1
/
+1
*
2003-06-17 Moritz Schulte <moritz@g10code.com>
Moritz Schulte
2003-06-17
1
-35
/
+35
*
2003-06-08 Moritz Schulte <moritz@g10code.com>
Moritz Schulte
2003-06-09
1
-1
/
+1
*
* keygen.c (check_rsa_keys): Don't expect an exponent when asking
Werner Koch
2003-03-19
1
-87
/
+107
*
2003-03-12 Moritz Schulte <moritz@g10code.com>
Moritz Schulte
2003-03-12
1
-6
/
+1
*
* random.c: Replaced mutex.h by the new ath.h. Changed all calls.
Werner Koch
2002-09-17
1
-2
/
+2
*
prototypes fixed
V1-1-7
Werner Koch
2002-05-21
1
-1
/
+1
*
* gcrypt.h: Replaced the typedef for byte.
Werner Koch
2002-05-21
1
-5
/
+3
[next]