in order to avoid having people working on the same thing.
Current list:
+* Make the current ciphering code a bit more abstract to
+ allow easy integration with TLS hardware.
+* Allow verifying of certificates on their reception.
* Verify added CRLs
* Document the format for the supported DN attributes.
* Add support for Certificate Extensions Profile for Qualified
size_t k, psize;
size_t mod_bits;
- mod_bits = _gnutls_mpi_get_nbits(params[0]);
+ mod_bits = _gnutls_mpi_get_nbits(params[0]);
k = mod_bits / 8;
if ( mod_bits % 8 != 0) k++;