Age | Commit message (Expand) | Author |
2018-04-27 | pthread_join() must not return EINTR | Philip Guenther |
2018-04-26 | Convert a format string variable to a static const char[] to reduce warnings | Philip Guenther |
2018-04-26 | Prefer <fcntl.h> over <sys/fcntl.h> in userland | Philip Guenther |
2018-04-25 | Put function name on a separate line and zap stray whitespace. | Theo Buehler |
2018-04-25 | In asn1.h rev. 1.46 2018/04/25 11:48:21, tb@ added const qualifiers | Ingo Schwarze |
2018-04-25 | Avoid talking about the innternal, undocumented data type "struct lhash_st", | Ingo Schwarze |
2018-04-25 | Document the callbacks as taking "SSL *" and "SSL_CTX *" arguments | Ingo Schwarze |
2018-04-25 | In ssl.h rev. 1.156 2018/04/25 07:10:39, tb@ added const qualifiers | Ingo Schwarze |
2018-04-25 | remove whitespace before closing parens | Theo Buehler |
2018-04-25 | Add const to functions in asn1/asn1.h as they did in OpenSSL. | Theo Buehler |
2018-04-25 | Fix capitalization of data. Pointed out by jsing and forgotten in | Theo Buehler |
2018-04-25 | OpenSSL started adding const to functions all over the place. Make all | Theo Buehler |
2018-04-24 | Make futex(2) also return ECANCELED in case SA_RESTART was set. | Paul Irofti |
2018-04-24 | Validate timespec and return ECANCELED when interrupted with SA_RESTART. | Paul Irofti |
2018-04-23 | Make the NULL check a separate if statement for readability and | Theo Buehler |
2018-04-23 | Make whitespace between functions and structs a bit more consistent. | Theo Buehler |
2018-04-23 | Make X509_CRL_METHOD_free() NULL-safe. | Theo Buehler |
2018-04-22 | use NULL for pointer | Theo de Raadt |
2018-04-22 | mmap() no longer needs to be used. Without providing too many details, | Theo de Raadt |
2018-04-19 | Document the "f" callback argument that tb@ asked about. | Ingo Schwarze |
2018-04-18 | tweak previous; | Jason McIntyre |
2018-04-18 | SEE ALSO and HISTORY | Ingo Schwarze |
2018-04-18 | delete engine(3); nothing of value left in that page | Ingo Schwarze |
2018-04-18 | link to ENGINE_register_RSA(3) rather than engine(3) | Ingo Schwarze |
2018-04-18 | * Document DH_up_ref(3), DSA_up_ref(3), and RSA_up_ref(3). | Ingo Schwarze |
2018-04-18 | * Make the description of method selection simpler, more precise, | Ingo Schwarze |
2018-04-18 | * Do not document the non-existent function RSA_null_method(3). | Ingo Schwarze |
2018-04-15 | add a few new sentences regarding the big picture | Ingo Schwarze |
2018-04-15 | Rewrite the ENGINE_*(3) documentation from scratch - step 2, | Ingo Schwarze |
2018-04-15 | Rewrite the ENGINE_*(3) documentation from scratch (step 1, | Ingo Schwarze |
2018-04-14 | In eng_lib.c rev. 1.14 2018/04/14 07:18:37, tb@ allowed ENGINE_free(3) | Ingo Schwarze |
2018-04-14 | Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior and | Theo Buehler |
2018-04-14 | make ENGINE_finish() succeed on NULL and simplify callers as in | Theo Buehler |
2018-04-12 | (file missed from previous commit) | Theo de Raadt |
2018-04-12 | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and | Theo de Raadt |
2018-04-11 | In ssl.h rev. 1.155 2018/04/11 17:47:36, jsing@ changed | Ingo Schwarze |
2018-04-11 | Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients from | Joel Sing |
2018-04-10 | Write documentation for the control string parameter from scratch, | Ingo Schwarze |
2018-04-08 | Cast -1 to (unsigned long) to appease clang 6 -Wc++11-narrowing | Jeremie Courreges-Anglas |
2018-04-08 | Actually describe the parameters rather than calling facts BUGS | Ingo Schwarze |
2018-04-08 | Fail early if an X509_VERIFY_PARAM is poisoned - don't allow | Bob Beck |
2018-04-08 | sort the list of data structures and add the missing ECDH and ECDSA; | Ingo Schwarze |
2018-04-07 | tweak previous; | Jason McIntyre |
2018-04-07 | Correct man page for OpenSSL_no_config() to indicate that it | Bob Beck |
2018-04-07 | Remove function pointers for ssl_{read,write,peek}. | Joel Sing |
2018-04-07 | Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER. | Joel Sing |
2018-04-07 | Correct tls_config_clear_keys() behaviour. | Joel Sing |
2018-04-07 | Switch to OPENSSL_init_ssl() and prevent an openssl configuration file from | Joel Sing |
2018-04-07 | tweak previous; | Jason McIntyre |
2018-04-07 | sys/uio.h is not used anymore | Otto Moerbeek |