Age | Commit message (Collapse) | Author |
|
|
|
|
|
* Add error checking for OpenSSL call.
|
|
* Add error handling for OpenSSL calls.
* Change dlen to signed since BN_num_bytes() returns int.
* Use enif_make_badarg() on error since it only returned
undefined before in one type of error.
|
|
* Add error checking for OpenSSL calls.
* Change dlen from unsigned to signed since BN_num_bytes is int.
* Add bounds checking before casting.
* Consolidate all freeing to one location on error or success.
|
|
* Add error handling for all OpenSSL calls
- There was nothing returned on error before so use enif_make_badarg().
* Add bounds checking before casting.
|
|
* Add bounds checking.
* Add error checking for OpenSSL calls.
* Only set *bnp on success.
|
|
* Add bounds checking.
* Add error checking for OpenSSL calls.
* Only set argument *bnp on success.
|
|
Using the same copyright header as crypto.c
|
|
|