index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
man
/
EVP_EncryptInit.3
Age
Commit message (
Expand
)
Author
2023-08-31
Split three new manual pages EVP_CIPHER_nid(3), EVP_CIPHER_CTX_ctrl(3),
Ingo Schwarze
2023-08-26
write documentation for EVP_CIPHER_CTX_copy(3)
Ingo Schwarze
2023-08-16
add the missing entry for EVP_CIPHER_CTX_ctrl(3) to the RETURN VALUES section
Ingo Schwarze
2023-08-15
Import the EVP_chacha20(3) manual page from the OpenSSL 1.1 branch,
Ingo Schwarze
2022-08-31
Remove most mentions of contexts on the stack.
Theo Buehler
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2021-10-14
Use unsigned char instead of u_char for two prototypes (like everywhere
Theo Buehler
2021-01-05
double word fix; from martin vahlensieck
Jason McIntyre
2020-12-03
grammar fixes from Varik "The Genuine Article!!!" Valefor;
Jason McIntyre
2020-01-26
tweak previous; ok tb
Jason McIntyre
2020-01-26
Document the change in EVP_chacha20(3).
Theo Buehler
2020-01-22
The length of the IV of EVP_chacha20 is currently 64 bits, not 96.
Theo Buehler
2019-08-15
document but do not recommend EVP_Cipher(3);
Ingo Schwarze
2019-06-06
Tree structure for manual pages: crypto(3) links to 33 function
Ingo Schwarze
2019-03-21
import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1,
Ingo Schwarze
2019-03-21
Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter.
Ingo Schwarze
2019-03-21
Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter:
Ingo Schwarze
2019-03-21
add a handful of missing functions
Ingo Schwarze
2019-03-21
Bring back EVP_chacha20 list item that was accidentally removed
Theo Buehler
2019-03-19
Document the flag EVP_CIPHER_CTX_FLAG_WRAP_ALLOW needed for the EVP
Ingo Schwarze
2019-03-18
Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3):
Ingo Schwarze
2019-03-18
Document SM4; related to evp.h rev. 1.73.
Ingo Schwarze
2019-03-10
fix some cases of spaces before full stops, where none were neccessary;
Jason McIntyre
2018-09-12
tweak previous;
Jason McIntyre
2018-09-12
Add some accessor functions:
Damien Miller
2018-08-28
Remove extra "and" in "These functions and have been available"
Theo Buehler
2018-08-26
typo: an nonce -> a nonce
Theo Buehler
2018-03-29
missing "const" in seven prototypes;
Ingo Schwarze
2018-03-27
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
Ingo Schwarze
2018-03-23
finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes
Ingo Schwarze
2018-03-23
crypto HISTORY up to 1.0.1; researched from OpenSSL git
Ingo Schwarze
2018-03-23
crypto HISTORY up to 0.9.8h; researched from OpenSSL git
Ingo Schwarze
2018-03-23
crypto HISTORY up to 0.9.8; researched from OpenSSL git
Ingo Schwarze
2018-03-22
crypto HISTORY up to 0.9.7; researched from OpenSSL git
Ingo Schwarze
2018-03-22
crypto HISTORY up to 0.9.6; researched from OpenSSL git
Ingo Schwarze
2018-03-21
crypto HISTORY up to 0.9.3; researched from OpenSSL git
Ingo Schwarze
2018-03-21
crypto HISTORY up to SSLeay 0.9.1; researched from OpenSSL git
Ingo Schwarze
2018-03-21
evp.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
Ingo Schwarze
2018-03-20
evp.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Ingo Schwarze
2018-02-27
Garbage collect RC5 documentation.
Ingo Schwarze
2018-02-19
In evp.h rev. 1.57 2018/02/17 16:54:08,
Ingo Schwarze
2018-02-14
Mention two more block cipher modes that actually exist in our tree;
Ingo Schwarze
2017-08-20
sync with OpenSSL:
Ingo Schwarze
2016-12-25
Consistently mark up various ASN.1 type names defined in standards
Ingo Schwarze
2016-11-26
Add Copyright and license.
Ingo Schwarze
2016-11-21
various cleanup;
Jason McIntyre
2016-11-06
first pass; ok schwarze
Jason McIntyre
2016-11-03
convert EVP manuals from pod to mdoc
Ingo Schwarze