summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-06-02Document failure return for ECDSA_SIG_newKen Goldman
2018-05-31ENGINE_pkey_asn1_find_str(): don't assume an engine implements ASN1 methodRichard Levitte
2018-05-31apps: when the 'compat' nameopt has been set, leave it beRichard Levitte
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang
2018-05-29The result of a ^ 0 mod -1 is 0 not 1Matt Caswell
2018-05-26Try to work around ubuntu gcc-5 ubsan build failureBernd Edlinger
2018-05-24Save and restore the Windows error around TlsGetValue.David Benjamin
2018-05-24Improve compatibility of point and curve checksMatt Caswell
2018-05-23Skip CN DNS name constraint checks when not neededViktor Dukhovni
2018-05-23Limit scope of CN name constraintsViktor Dukhovni
2018-05-21ssl/ssl_txt: fix NULL-checkTilman Keskinöz
2018-05-21Fix undefined behaviour in X509_NAME_cmp()Matt Caswell
2018-05-20Windows: don't install __DECC_*.HRichard Levitte
2018-05-20Quiet pod2html warningsRichard Levitte
2018-05-20Restore check of |*xn| against |name| in X509_NAME_setRichard Levitte
2018-05-20Fix a possible crash in BN_from_montgomery_wordBernd Edlinger
2018-05-18apps/speed: fix possible OOB access in some EC arraysFdaSilvaYY
2018-05-17Make BN_GF2m_mod_arr more constant timeMatt Caswell
2018-05-17Add a note on CHANGES and NEWS in CONTRIBUTINGRichard Levitte
2018-05-16When producing man-pages, ensure NAME section is one line onlyRichard Levitte
2018-05-15Mark DTLS records as read when we have finished with themMatt Caswell
2018-05-14CI config: no need to make both install and install_docsRichard Levitte
2018-05-14UI console: Restore tty settings, do not force ECHO after promptRichard Levitte
2018-05-13Fix memory leaks in CA related functions.Pavel Kopyl
2018-05-12Don't memcpy the contents of an empty fragmentMatt Caswell
2018-05-12In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte
2018-05-11Fix typo 'is an error occurred' in documentationDr. Matthias St. Pierre
2018-05-11Keep the DTLS timer running after the end of the handshake if appropriateMatt Caswell
2018-05-11Only auto-retry for DTLS if configured to do soMatt Caswell
2018-05-11Fix s_client and s_server so that they correctly handle the DTLS timerMatt Caswell
2018-05-11Don't fail on an out-of-order CCS in DTLSMatt Caswell
2018-05-08Fix a mem leak in CMSMatt Caswell
2018-05-05X509 time: tighten validation per RFC 5280Emilia Kasper
2018-05-05Configure: fix Mac OS X builds that still require makedependTodd Short
2018-05-05BIO_s_mem() write: Skip early when input length is zeroRichard Levitte
2018-05-05docs: Fix typo EVP_PKEY_new_id -> EVP_PKEY_CTX_new_idRichard Levitte
2018-05-04bn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.Andy Polyakov
2018-05-03v3_purp.c: add locking to x509v3_cache_extensions()Dr. Matthias St. Pierre
2018-05-03Return an error from BN_mod_inverse if n is 1 (or -1)Matt Caswell
2018-05-02Make X509_VERIFY_PARAM_get_hostflags() take a const argMatt Caswell
2018-05-02Add some documentation for SSL_get_shared_ciphers()Matt Caswell
2018-05-02Fix comment in ssl_locl.hMatt Caswell
2018-05-02Fix SSL_get_shared_ciphers()Matt Caswell
2018-05-02a_strex.c: prevent out of bound read in do_buf()Dr. Matthias St. Pierre
2018-05-01Fix regression with session cache use by clientsBenjamin Kaduk
2018-05-01Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell
2018-05-01Clarify BN_mod_exp docsMatt Caswell
2018-05-01Fix some errors and missing info in the CMS docsMatt Caswell
2018-04-27Update version docsMatt Caswell
2018-04-27apps/s_server.c: Avoid unused variable due to 'no-dtls'Richard Levitte