Home
last modified time | relevance | path

Searched hist:"4 c1eb2eb" (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libcrypto/bn/
H A Dbn_recp.cdiff 4c1eb2eb Wed Apr 29 00:11:12 GMT 2015 doug <doug@openbsd.org> Add missing BN_CTX_end() calls.

After calling BN_CTX_start(), there must be a BN_CTX_end() before
returning. There were missing BN_CTX_end() calls in error paths. One diff
chunk was simply removing redundant code related to this.

ok deraadt@
/openbsd/lib/libcrypto/ec/
H A Dec_lib.cdiff 4c1eb2eb Wed Apr 29 00:11:12 GMT 2015 doug <doug@openbsd.org> Add missing BN_CTX_end() calls.

After calling BN_CTX_start(), there must be a BN_CTX_end() before
returning. There were missing BN_CTX_end() calls in error paths. One diff
chunk was simply removing redundant code related to this.

ok deraadt@