summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-03-29Add z modifier parsing to the BIO_printf et all format stringRichard Levitte
2017-03-29cipherbytes_test: remove unused includesEmilia Kasper
2017-03-29engines/e_capi.c: slip in PROV_RSA_AES for interchangable CSP only.Andy Polyakov
2017-03-29engines/e_capi.c: adhere to CryptAcquireContextW unconditionally.Andy Polyakov
2017-03-29engine/e_capi.c: more formatting and styling fixes.Andy Polyakov
2017-03-29Documentation cleanup for man1/nseq.podPauli
2017-03-29Documentation clean up for man1/list.podPauli
2017-03-29doc: Add stitched ciphers to EVP_EncryptInit.podSteven Collison
2017-03-29doc: Add missing options in s_{server,client}Steven Collison
2017-03-29Fix the build warning under OPENSSL_NO_GOSTQin Long
2017-03-29Cleaning UEFI Build with additional OPENSSL_SYS_UEFI flagsQin Long
2017-03-29Further de-obfuscationBenjamin Kaduk
2017-03-29Add documentation for SNI APIsJon Spillett
2017-03-29Remove duplicate docRich Salz
2017-03-29More typo fixesFdaSilvaYY
2017-03-29Typo in SSL_CTX_sess_number.pod - startedJon Spillett
2017-03-29Tidy up the SSL options in SSL_CTX_set_options.podJon Spillett
2017-03-29SSL_CTX_use_PrivateKey_file uses private key, not certificateJon Spillett
2017-03-29Typo in SSL_CONF_cmd_argv.podJon Spillett
2017-03-29Typo in SSL_CONF_CTX_set1_prefix.pod - change SSL_CTX_cmd to SSL_CONF_cmdJon Spillett
2017-03-29Typo in SSL_CONF_CTX_set_flags.podJon Spillett
2017-03-29Test infrastructure additions.Pauli
2017-03-28Fix 0 -> NULL, indentationFdaSilvaYY
2017-03-28Refomat a few comments on 80 colsFdaSilvaYY
2017-03-28Spelling fixesFdaSilvaYY
2017-03-28Fix a few more typosFdaSilvaYY
2017-03-28Add documentation for SSL_*_ex_data() functionsJon Spillett
2017-03-28Add documentation for SSL version methodsJon Spillett
2017-03-28Provide documentation for some state machine related functionsMatt Caswell
2017-03-28update READMEDr. Stephen Henson
2017-03-28Add X25519 docDr. Stephen Henson
2017-03-28fix typoDr. Stephen Henson
2017-03-28Provide documentation for missing SSL_SESSION_* functionsMatt Caswell
2017-03-28Move PRIu64, OSSLzu to e_os.hRich Salz
2017-03-28Add enable-aria where rc5 and md2 are built.Pauli
2017-03-28asynctest: don't depend on appsEmilia Kasper
2017-03-28X509_cmp_time.pod: fix doc nitsEmilia Kasper
2017-03-28Remove redundant decl of 509_STORE_set_flagsHannes Magnusson
2017-03-28Add documentation for X509 time functionsEmilia Kasper
2017-03-27apps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.Andy Polyakov
2017-03-27In err_cleanup(), cleanup the thread local storage tooRichard Levitte
2017-03-26aes/asm/bsaes-armv7.pl: relax stack alignment requirement.Andy Polyakov
2017-03-25engines/e_capi.c: formatting and styling fixes.Andy Polyakov
2017-03-25Don't access memory before checking the correct length in aesni_cbc_hmac_sha2...Bernd Edlinger
2017-03-24Move the downgrade sentinel declarations to a header fileMatt Caswell
2017-03-24Add a test for the TLSv1.3 downgrade mechanismMatt Caswell
2017-03-24Make the TLSv1.3 downgrade mechanism a configurable optionMatt Caswell
2017-03-24Add client side support for TLSv1.3 downgrade mechanismMatt Caswell
2017-03-24Add server side support for TLSv1.3 downgrade mechanismMatt Caswell
2017-03-24"any" instead of "and"Zack Williams