summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2017-11-08OPENSSL_ia32cap: reserve for new extensions.Andy Polyakov
2017-11-07Various typoFdaSilvaYY
2017-11-07Warn if -days without -x509Rich Salz
2017-11-06SM3: restructure to EVP internal and update doc to right locationRonald Tse
2017-11-06SM3: Add SM3 hash functionJack Lloyd
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-31Synchronize man3 EVP cipher list with existing implementations, adding:Ronald Tse
2017-10-31EVP digest list: one hash algorithm per file, synchronize EVP list, overall c...Ronald Tse
2017-10-31Fix EVP_PKEY_ASN1_METHOD manualRichard Levitte
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse
2017-10-30Document EVP_PKEY_ASN1_METHOD and associated functionsRichard Levitte
2017-10-26Fix a couple nits in DEFINE_STACK_OF.podBenjamin Kaduk
2017-10-26Fix doc-nits in doc/man3/DEFINE_STACK_OF.podPaul Yang
2017-10-26Fix mismatch of function prototype and documentPaul Yang
2017-10-26Add sk_TYPE_new_reserve() functionPaul Yang
2017-10-26doc/man3/d2i_X509.pod: add {d2i,i2d}_DSA_PUBKEY in NAME sectionRichard Levitte
2017-10-20ECDSA_* is deprecated. EC_KEY_* is used insteadJakub Jelen
2017-10-18Additional name for all commandsRich Salz
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-10-17Update RAND_load_file return value.Rich Salz
2017-10-16Make '-name' option of the 's_client' more genericPaul Yang
2017-10-16Fix incorrect function name in BN_bn2bin manpagedaurnimator
2017-10-12Add CRYPTO_get_alloc_counts.Rich Salz
2017-10-12Add RFC7919 documentation.Dr. Stephen Henson
2017-10-12Document EVP_PKEY_set1_engine()Dr. Stephen Henson
2017-10-10apps/speed.c: add 'rand' algo to enable DRBG performance measurements.Patrick Steuer
2017-10-10Add atomic write callPauli
2017-10-10Add a CRYPTO_atomic_read call which allows an int variable to be readPauli
2017-10-10EVP_EncryptInit.pod: EVP_CIPHER_mode and EVP_CIPHER_CTX_mode updatePatrick Steuer
2017-10-09Correct some typedef documentationRichard Levitte
2017-10-09Document that lhash isn't thread safe under any circumstances andPauli
2017-10-08Fix doc for i2d/d2i private/public keyRich Salz
2017-10-06doc/man1/openssl.pod: Add missing commands and linksRichard Levitte
2017-10-05Fixes #4459 "issuserAltName" documentation typo.Andrew Siplas
2017-09-29doc: note that the BN_new() initialises the BIGNUMHubert Kario
2017-09-28Use safestack.h exclusively internally.Pauli
2017-09-28Add a reserve call to the stack data structure.Pauli
2017-09-26Allow DH_set0_key with only private key.David Benjamin
2017-09-15Provide getters for min/max proto versionChristian Heimes
2017-09-14Fix doc nitsPaul Yang
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang
2017-09-13Support key check in EVP interfacePaul Yang
2017-09-12Always use $ as shell prompt in exampleRich Salz
2017-09-12Document the recursive optionRichard Levitte
2017-09-11Update rsautl.pod for typomultics
2017-09-08Introduce named constants for the ClientHello callback.David Benjamin
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin
2017-09-08Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte
2017-09-08Document default section and library configurationxemdetia
2017-09-06add callback handler for setting DTLS timer intervalAlfred E. Heggestad