crypt: Really set result to NULL if get_asymmetric_key() fails.
[paraslash.git] / crypt_common.c
2011-08-13 Andre NollMerge branch 't/smaller_tarball'
2011-08-13 Andre NollMerge branch 't/timing_improvements'
2011-08-13 Andre NollMerge branch 't/sched_improvements'
2011-08-09 Andre Nollcrypt: Don't use plain integer as NULL pointer.
2011-08-07 Andre NollMerge branch 't/crypto'
2011-07-06 Andre Nollcrypt_common.c: Add missing doxygen documentation.
2011-07-06 Andre Nollcrypt: Move documentation to crypt.h.
2011-07-06 Andre Nollstream cipher: Allow in-place encryption.
2011-07-06 Andre Nollcrypt: Make base64_decode public.
2011-07-06 Andre Nollcrypt: Move implementation-independent code to separate...