Dr. Stephen Henson 3fa39ed723 Document removal of digest+signature algorithm link. 15 éve
..
ASN1_OBJECT_new.pod c264592d69 Add includes in synopsis. 18 éve
ASN1_STRING_length.pod c264592d69 Add includes in synopsis. 18 éve
ASN1_STRING_new.pod c264592d69 Add includes in synopsis. 18 éve
ASN1_STRING_print_ex.pod 0501f02b06 fix documentation 17 éve
ASN1_generate_nconf.pod 3b979c5450 Clarify BITLIST format and include an example. 16 éve
BIO_ctrl.pod 3b2cbbcb9a Clarify the BIO_seek() mess and related issues. 24 éve
BIO_f_base64.pod 29afd31dd1 fix typo, pointed out by Patrick Guio 19 éve
BIO_f_buffer.pod 3b2cbbcb9a Clarify the BIO_seek() mess and related issues. 24 éve
BIO_f_cipher.pod 6ac26a5ce5 Typo. 21 éve
BIO_f_md.pod 29cf84c692 New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs. 18 éve
BIO_f_null.pod e117a890ca Remove indentation in the NAME section. There's really no need to 24 éve
BIO_f_ssl.pod e30dd20c0e Update from 1.0.0-stable 15 éve
BIO_find_type.pod e117a890ca Remove indentation in the NAME section. There's really no need to 24 éve
BIO_new.pod 1e4e549296 ispell and some other nit-picking 24 éve
BIO_new_CMS.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
BIO_push.pod e117a890ca Remove indentation in the NAME section. There's really no need to 24 éve
BIO_read.pod 1e4e549296 ispell and some other nit-picking 24 éve
BIO_s_accept.pod dad1535f7a BIO_set_nbio() is enumerated, but not explained. Remove it from enumeration 22 éve
BIO_s_bio.pod edd55d08f5 Brackets are now allowed, after a small hack in the processing of the 21 éve
BIO_s_connect.pod bbdc9c98a8 give pseudo prototypes instead of macro definitions for better clarity 24 éve
BIO_s_fd.pod e17b712894 Restore the descriptions to conform with the rest of the 24 éve
BIO_s_file.pod 3b2cbbcb9a Clarify the BIO_seek() mess and related issues. 24 éve
BIO_s_mem.pod 8711efb498 Updates from 1.0.0-stable branch. 15 éve
BIO_s_null.pod e117a890ca Remove indentation in the NAME section. There's really no need to 24 éve
BIO_s_socket.pod bbdc9c98a8 give pseudo prototypes instead of macro definitions for better clarity 24 éve
BIO_set_callback.pod da736b31b2 fix documentation 18 éve
BIO_should_retry.pod acb5b34328 Change spelling back to "behaviour" and "flavour" instead of the 24 éve
BN_BLINDING_new.pod 4c3296960d Remove the dual-callback scheme for numeric and pointer thread IDs, 16 éve
BN_CTX_new.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
BN_CTX_start.pod 16ece03a2e Add an early reference to BN_CTX_new so that the usage of BN_CTX_start 24 éve
BN_add.pod 153aecf91a It makes more sense to refer to specific function manuals than the concept 22 éve
BN_add_word.pod 0260405c68 fix BN_mod_word and give a more reasonable return value if an error occurred 19 éve
BN_bn2bin.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
BN_cmp.pod bb075f8833 Update all links so they will be rendered better. 25 éve
BN_copy.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
BN_generate_prime.pod bda2fa364d Typo. 22 éve
BN_mod_inverse.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
BN_mod_mul_montgomery.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
BN_mod_mul_reciprocal.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
BN_new.pod 2457c19df1 typo 20 éve
BN_num_bytes.pod 70696f4525 Explain a little better what BN_num_bits() and BN_num_bits_word() do. 20 éve
BN_rand.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
BN_set_bit.pod 4d524e10b4 nicer manpages 24 éve
BN_swap.pod 535b9b5724 Add bn_mod.c (should have happend in the previous commit ...). 24 éve
BN_zero.pod 503f3b1a21 Add history for documented new functions. 22 éve
CMS_add0_cert.pod 19048b5c8d New function CMS_add1_crl(). 16 éve
CMS_add1_recipient_cert.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
CMS_compress.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
CMS_decrypt.pod a12a6b9962 Correct argument order for CMS_decrypt() in docs. 16 éve
CMS_encrypt.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
CMS_final.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
CMS_get0_RecipientInfos.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
CMS_get0_SignerInfos.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
CMS_get0_type.pod c420fab52b Spellcheck CMS docs. 16 éve
CMS_get1_ReceiptRequest.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
CMS_sign.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
CMS_sign_add1_signer.pod 2a0ff7ad20 Typo. 15 éve
CMS_sign_receipt.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
CMS_uncompress.pod a5db50d005 Revert argument swap change... oops CMS_uncompress() was consistent... 16 éve
CMS_verify.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
CMS_verify_receipt.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
CONF_modules_free.pod fec38ca4ed fix typos 18 éve
CONF_modules_load_file.pod f82bb9cb9c Config docs. 20 éve
CRYPTO_set_ex_data.pod c264592d69 Add includes in synopsis. 18 éve
DH_generate_key.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
DH_generate_parameters.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
DH_get_ex_new_index.pod 2edcb4ac71 Typos in links between manual pages 22 éve
DH_new.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
DH_set_method.pod b6a338cb29 Typos in man pages: dependant->dependent 17 éve
DH_size.pod 4d524e10b4 nicer manpages 24 éve
DSA_SIG_new.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
DSA_do_sign.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
DSA_dup_DH.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
DSA_generate_key.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
DSA_generate_parameters.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
DSA_get_ex_new_index.pod 74235cc9ec Update docs: corrections, turn buffer docs into manpage, fold SHA1 25 éve
DSA_new.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
DSA_set_method.pod b6a338cb29 Typos in man pages: dependant->dependent 17 éve
DSA_sign.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
DSA_size.pod 5bf738737d These are updates/fixes to DH/DSA/RAND docs based on the fixes to the RSA 22 éve
ERR_GET_LIB.pod 388f2f56f2 Document ERR library. 25 éve
ERR_clear_error.pod 388f2f56f2 Document ERR library. 25 éve
ERR_error_string.pod 4451c2558e PR: 923 20 éve
ERR_get_error.pod 5e4a75e79f Correct some names. 22 éve
ERR_load_crypto_strings.pod 4d524e10b4 nicer manpages 24 éve
ERR_load_strings.pod 4d524e10b4 nicer manpages 24 éve
ERR_print_errors.pod 388f2f56f2 Document ERR library. 25 éve
ERR_put_error.pod 4d524e10b4 nicer manpages 24 éve
ERR_remove_state.pod 608c31c60d typo 24 éve
ERR_set_mark.pod 36bad5cdfd Add documentation for ERR_set_mark() and ERR_pop_to_mark(). 21 éve
EVP_BytesToKey.pod 401ee37a3e Allow alternative manual sections to be embedded in .pod file comments. 20 éve
EVP_DigestInit.pod 3fa39ed723 Document removal of digest+signature algorithm link. 15 éve
EVP_DigestSignInit.pod 29cf84c692 New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs. 18 éve
EVP_DigestVerifyInit.pod 29cf84c692 New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs. 18 éve
EVP_EncryptInit.pod 0e304b7f41 EVP_CIPHER_CTX_init is a void function + fix typo 19 éve
EVP_OpenInit.pod 69431c2998 more manpage links. 24 éve
EVP_PKEY_CTX_ctrl.pod f0288f05b9 Submitted by: Artem Chuprina <ran@cryptocom.ru> 15 éve
EVP_PKEY_CTX_new.pod 5165148f72 Add some EVP_PKEY_METHOD docs. 18 éve
EVP_PKEY_cmp.pod 8211a33c7f Public key comparison and printing routine functions. 18 éve
EVP_PKEY_decrypt.pod 436369100d Add some examples. 18 éve
EVP_PKEY_derive.pod ba702545fc EVP_PKEY_derive() docs. 18 éve
EVP_PKEY_encrypt.pod 436369100d Add some examples. 18 éve
EVP_PKEY_get_default_digest.pod 7441052be6 EVP_PKEY_get_default_digest() manual page. 18 éve
EVP_PKEY_keygen.pod aa93b18c2c Keygen docs. 18 éve
EVP_PKEY_new.pod d30e4c5b0b More docs. 22 éve
EVP_PKEY_print_private.pod 8211a33c7f Public key comparison and printing routine functions. 18 éve
EVP_PKEY_set1_RSA.pod d30e4c5b0b More docs. 22 éve
EVP_PKEY_sign.pod 436369100d Add some examples. 18 éve
EVP_PKEY_verify.pod 29cf84c692 New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs. 18 éve
EVP_PKEY_verifyrecover.pod 436369100d Add some examples. 18 éve
EVP_SealInit.pod 4a6a2032ed the second argument of EVP_SealInit is const 19 éve
EVP_SignInit.pod 29cf84c692 New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs. 18 éve
EVP_VerifyInit.pod 29cf84c692 New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs. 18 éve
OBJ_nid2obj.pod c264592d69 Add includes in synopsis. 18 éve
OPENSSL_Applink.pod ec14c80c7c The NAME section of a man page is required to have a dash followed by a 19 éve
OPENSSL_VERSION_NUMBER.pod 31cafe53c9 add a sentence previously deleted by accident 23 éve
OPENSSL_config.pod 1aaeaf8a3d Use correct name for config file env variable. 19 éve
OPENSSL_ia32cap.pod e303f55fc7 Expand OPENSS_ia32cap to 64 bits. 15 éve
OPENSSL_load_builtin_modules.pod f82bb9cb9c Config docs. 20 éve
OpenSSL_add_all_algorithms.pod 112341031b Correct documentation typos. 21 éve
PEM_write_bio_CMS_stream.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
PEM_write_bio_PKCS7_stream.pod 9034c56c6c Correct d2i/i2d typos. 16 éve
PKCS12_create.pod 982dfb7d10 Typo. 22 éve
PKCS12_parse.pod 16cd15e688 Update from 1.0.0-stable. 15 éve
PKCS7_decrypt.pod c264592d69 Add includes in synopsis. 18 éve
PKCS7_encrypt.pod 9034c56c6c Correct d2i/i2d typos. 16 éve
PKCS7_sign.pod 9034c56c6c Correct d2i/i2d typos. 16 éve
PKCS7_sign_add_signer.pod 4670e00ff5 Typo. 16 éve
PKCS7_verify.pod c264592d69 Add includes in synopsis. 18 éve
RAND_add.pod 513393f8d4 RAND_event() 24 éve
RAND_bytes.pod 7bbce69721 Port from 0.9.8-stable 17 éve
RAND_cleanup.pod bb075f8833 Update all links so they will be rendered better. 25 éve
RAND_egd.pod 706c5a4d35 Clarify (non-)blocking behavior of EGD socket interface used by RAND_egd(). 16 éve
RAND_load_file.pod fba9046490 Update docs. 23 éve
RAND_set_rand_method.pod b6a338cb29 Typos in man pages: dependant->dependent 17 éve
RSA_blinding_on.pod 4d524e10b4 nicer manpages 24 éve
RSA_check_key.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
RSA_generate_key.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
RSA_get_ex_new_index.pod da736b31b2 fix documentation 18 éve
RSA_new.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
RSA_padding_add_PKCS1_type_1.pod 4d524e10b4 nicer manpages 24 éve
RSA_print.pod 112341031b Correct documentation typos. 21 éve
RSA_private_encrypt.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
RSA_public_encrypt.pod f46e76ef50 Make it clear that for RSA_NO_PADDING, flen must be RSA_size(rsa) 20 éve
RSA_set_method.pod b6a338cb29 Typos in man pages: dependant->dependent 17 éve
RSA_sign.pod 00df894701 the pointer to the message digest is const 19 éve
RSA_sign_ASN1_OCTET_STRING.pod 6859cf7459 It makes more sense to refer to specific function manuals than the concept 22 éve
RSA_size.pod 5bf738737d These are updates/fixes to DH/DSA/RAND docs based on the fixes to the RSA 22 éve
SMIME_read_CMS.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
SMIME_read_PKCS7.pod c264592d69 Add includes in synopsis. 18 éve
SMIME_write_CMS.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
SMIME_write_PKCS7.pod 30b10f947a Oops... 17 éve
SSLeay_version.pod dc4ddcd2bb add documentation for SSLeay_version(SSLEAY_DIR) and 23 éve
X509_NAME_ENTRY_get_object.pod c264592d69 Add includes in synopsis. 18 éve
X509_NAME_add_entry_by_txt.pod c264592d69 Add includes in synopsis. 18 éve
X509_NAME_get_index_by_NID.pod c264592d69 Add includes in synopsis. 18 éve
X509_NAME_print_ex.pod 5f0477f47b Typos 17 éve
X509_new.pod c264592d69 Add includes in synopsis. 18 éve
bio.pod cb2a0e1319 Missing link ("Greg Stark" <gstark@ethentica.com>) 23 éve
blowfish.pod 5286db697f Fix typo on blowfish manual page 19 éve
bn.pod 5f834ab123 Revert my earlier CRYPTO_THREADID commit, I will commit a reworked 16 éve
bn_internal.pod c264592d69 Add includes in synopsis. 18 éve
buffer.pod 18edda0f92 Malloc() -> OPENSSL_malloc() etc. 24 éve
crypto.pod 72e04bd13f Document "0" and "1" naming convention. 22 éve
d2i_ASN1_OBJECT.pod 4e1b50e219 More man pages. 22 éve
d2i_DHparams.pod 292fcd5c7b Update DH parameter docs. 22 éve
d2i_DSAPublicKey.pod 2abd5b7aa0 Document that you need to include x509.h (to get [i2d|d2i]_DSA_PUBKEY()). 21 éve
d2i_PKCS8PrivateKey.pod 9de6bb8abc More d2i/i2d manual pages. 22 éve
d2i_RSAPublicKey.pod cc7399e79c Changes from 1.0.0-stable. 15 éve
d2i_X509.pod 0d2848b3ba the second argument of d2i_X509, d2i_X509_CRL and d2i_X509_REQ is const 19 éve
d2i_X509_ALGOR.pod 4e1b50e219 More man pages. 22 éve
d2i_X509_CRL.pod 0d2848b3ba the second argument of d2i_X509, d2i_X509_CRL and d2i_X509_REQ is const 19 éve
d2i_X509_NAME.pod 29e48c18b7 More docs. 22 éve
d2i_X509_REQ.pod 0d2848b3ba the second argument of d2i_X509, d2i_X509_CRL and d2i_X509_REQ is const 19 éve
d2i_X509_SIG.pod 4e1b50e219 More man pages. 22 éve
des.pod 9ad82c123a Use correct case for manual page references 21 éve
des_modes.pod 954b274789 small cosmetics: align title with the other similar manual page 17 éve
dh.pod 5bf738737d These are updates/fixes to DH/DSA/RAND docs based on the fixes to the RSA 22 éve
dsa.pod 5bf738737d These are updates/fixes to DH/DSA/RAND docs based on the fixes to the RSA 22 éve
ecdsa.pod b67d988915 update ecdsa doc 19 éve
engine.pod b6a338cb29 Typos in man pages: dependant->dependent 17 éve
err.pod 2edcb4ac71 Typos in links between manual pages 22 éve
evp.pod 5165148f72 Add some EVP_PKEY_METHOD docs. 18 éve
hmac.pod 55a4a77a52 Update from 0.9.8-stable 15 éve
i2d_CMS_bio_stream.pod 38d3a73808 Reformat, fix typos and clarify CMS API docs. 16 éve
i2d_PKCS7_bio_stream.pod 9034c56c6c Correct d2i/i2d typos. 16 éve
lh_stats.pod 74235cc9ec Update docs: corrections, turn buffer docs into manpage, fold SHA1 25 éve
lhash.pod 3c1d6bbc92 LHASH revamp. make depend. 16 éve
md5.pod 8a4af56fc6 update md docs 18 éve
mdc2.pod 8a4af56fc6 update md docs 18 éve
pem.pod ff6e530359 PR: 1938 15 éve
rand.pod 5bf738737d These are updates/fixes to DH/DSA/RAND docs based on the fixes to the RSA 22 éve
rc4.pod d52c973498 links 24 éve
ripemd.pod 8a4af56fc6 update md docs 18 éve
rsa.pod ac120e20e3 Various parts of the RSA documentation were inaccurate and out of date and 22 éve
sha.pod 8a4af56fc6 update md docs 18 éve
threads.pod ab9c689ad3 Correct the FAQ and the threads man page re: CRYPTO_THREADID changes. 16 éve
ui.pod d90e74c50c Correct buggy PODs (missing commas and a prepended space). 21 éve
ui_compat.pod c264592d69 Add includes in synopsis. 18 éve
x509.pod d143dce03c A document that has a very rough description of the X509 21 éve