| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| | |
|
| |
| |
| |
| | |
This reverts commit d4e4511b19f4126d9271a6e3a8fa2eb716da7e85.
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Fixed typo.
|
| |/ |
|
| |
| |
| |
| | |
This reverts commit 1cf126f91eb533783409da95b117207d8c13d9aa.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| | |
|
| |
| |
| |
| | |
This reverts commit 587341d994f91af5b30483ee9434e932e3d7b802.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
* maint-24:
Updated OTP version
Prepare release
Update copyright year
|
| | | |
|
| | | |
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
maint-24
* lars/crypto/engine_load_rewrite_24/OTP-18172/ERIERL-826:
Changed the behaviour of the engine load functions
|
|/ / / |
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
maint
* lars/crypto/engine_load_rewrite_24/OTP-18172/ERIERL-826:
Changed the behaviour of the engine load functions
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The engine load/unload functions have got changed semantics to get
a more consistent behaviour and work correct when variables are
garbage collected.
The load functions now don't register the methods for the engine
to replace. That will now be handled with the new functions
engine_register/engine_unregister if needed.
Some functions functions are removed from the documentation and
therefor the API, but they are left in the code for compatibility.
engine_load/4: is now the same as engine_load/3
engine_unload/2: is now the same as engine_unload/1
ensure_engine_loaded/3: is now the same as ensure_engine_loaded/2
ensure_engine_unloaded/1, ensure_engine_unloaded/2: is now
the same as engine_unload/1
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* hans/crypto/remove_conf_warning/OTP-18153:
Update configure scripts
crypto: Remove warning from configure.ac
crypto: Add note about ENGINE and FIPS not supported for 3.0
crypto: Remove warning for not using crypto with OSSL 3.0 in production code
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* maint-23:
Updated OTP version
Prepare release
Update copyright year
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The engine load/unload functions have got changed semantics to get
a more consistent behaviour and work correct when variables are
garbage collected.
The load functions now don't register the methods for the engine
to replace. That will now be handled with the new functions
engine_register/engine_unregister if needed.
Some functions functions are removed from the documentation and
therefor the API, but they are left in the code for compatibility.
engine_load/4: is now the same as engine_load/3
engine_unload/2: is now the same as engine_unload/1
ensure_engine_loaded/3: is now the same as ensure_engine_loaded/2
ensure_engine_unloaded/1, ensure_engine_unloaded/2: is now
the same as engine_unload/1
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* maint-23:
Updated OTP version
Prepare release
Update copyright year
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When two ensure_engine_loaded() calls were done in parallell there
was a possibility that a crypto lib function was called by both instead
of just one of them.
This is solved by moving the implementation from erlang down into a nif
function that uses a mutex to protect the sensitive part.
|
|\ \ \ \ \
| |_|/ / /
|/| | | /
| | |_|/
| |/| |
| | | |
| | | | |
* maint-24:
Updated OTP version
Prepare release
Update copyright year
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* maint-25:
Updated OTP version
Prepare release
Update copyright year
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* hans/crypto/dh_error/OTP-18046:
crypto: Clearify compute_key/2 length param for MODP groups in OSSL 3.0
|
|\ \ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
* maint-24:
Updated OTP version
Prepare release
Update copyright year
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
* hans/crypto/dh_error/OTP-18046:
crypto: Clearify compute_key/2 length param for MODP groups in OSSL 3.0
|
| | | | |
|
|/ / / |
|
| | | |
|
| | | |
|
|\ \ \
| |/ / |
|
| | | |
|