| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add $OpenBSD$ tags. | jsing | 2019-08-10 | 15 | -0/+15 |
* | Restore the original per-file licenses for CMS. | jsing | 2019-08-10 | 14 | -70/+686 |
* | Work towards supporting Cryptographic Message Syntax (CMS) in libcrypto. | jsing | 2019-08-10 | 15 | -0/+6172 |
* | added /* no filesystem visibility */ above unveil("/", "") since "" is too easy | mestre | 2019-08-08 | 1 | -1/+2 |
* | Remove -port option from s_server since it is same as -accept | inoguchi | 2019-08-05 | 1 | -4/+3 |
* | correct mispellings of EACCES; from Kris Katterjohnlibressl-v3.0.0 | deraadt | 2019-07-29 | 1 | -3/+3 |
* | Make proxy auth work with http 1.1 speaking webservers. | benno | 2019-07-29 | 1 | -2/+3 |
* | Moving variables into struct in openssl(1) dgst | inoguchi | 2019-07-29 | 1 | -86/+99 |
* | Code clean up openssl(1) pkcs12 | inoguchi | 2019-07-26 | 1 | -61/+86 |
* | Remove unnecessary NULL checks before free in openssl(1) pkcs12 | inoguchi | 2019-07-26 | 1 | -14/+7 |
* | remove superfluous comment | bcook | 2019-07-25 | 1 | -2/+1 |
* | zero tmpkeyiv buffer after use when encrypting | bcook | 2019-07-25 | 1 | -2/+4 |
* | Capitalize cipher name and mode in help message as sync with pkcs12 | inoguchi | 2019-07-24 | 2 | -20/+20 |
* | Convert openssl(1) pkcs12 to the newer style of option handling | inoguchi | 2019-07-24 | 1 | -214/+409 |
* | Moving variables into struct in openssl(1) pkcs12 | inoguchi | 2019-07-23 | 1 | -125/+136 |
* | Update appstest.sh | inoguchi | 2019-07-17 | 1 | -6/+4 |
* | Fix long line by wrapping with 80 chars | inoguchi | 2019-07-16 | 1 | -6/+9 |
* | Move option handlers up to option definition struct in gendsa.c | inoguchi | 2019-07-16 | 1 | -53/+50 |
* | Fix typo and -keyform argument in openssl(1) manual | inoguchi | 2019-07-16 | 1 | -6/+8 |
* | Mark the initialized struct options arrays as both static and const. | guenther | 2019-07-14 | 34 | -71/+71 |
* | explain the acronym "CRT"; suggested by tb@ | schwarze | 2019-07-13 | 2 | -6/+8 |
* | Fix manual openssl(1) s_server | inoguchi | 2019-07-12 | 1 | -18/+94 |
* | Using pthread_atfork instead of __register_atfork with uClibc on noMMU | inoguchi | 2019-07-11 | 1 | -2/+2 |
* | Fix manual openssl(1) s_client | inoguchi | 2019-07-11 | 1 | -14/+80 |
* | Add missing option openssl dsa -modulus | inoguchi | 2019-07-10 | 1 | -2/+8 |
* | Group tls_{handshake,read,write,close}() return values documentation. | jsing | 2019-07-09 | 1 | -21/+21 |
* | Fix manual openssl(1) genrsa | inoguchi | 2019-07-09 | 1 | -6/+14 |
* | Convert openssl(1) genrsa to the newer style of option handling | inoguchi | 2019-07-09 | 1 | -70/+183 |
* | Fix manual openssl(1) dsa, ocsp, rsa and smime | inoguchi | 2019-07-08 | 1 | -12/+56 |
* | Clean up pvkfmt.c | inoguchi | 2019-07-08 | 1 | -63/+66 |
* | Fix pvk format processing in libcrypto | inoguchi | 2019-07-07 | 1 | -11/+11 |
* | Fix manual openssl(1) pkcs12, req, verify and x509 | inoguchi | 2019-07-07 | 1 | -13/+76 |
* | Fix manual openssl(1) ec, enc and pkcs7 | inoguchi | 2019-07-05 | 1 | -2/+9 |
* | improve verb-tense for explaining the calling convention of __ | deraadt | 2019-07-05 | 1 | -3/+3 |
* | Fix manual openssl(1) dgst | inoguchi | 2019-07-05 | 1 | -3/+5 |
* | The last consumer of pre-posix realpath behaviour has stopped | deraadt | 2019-07-05 | 1 | -34/+3 |
* | Fix manual openssl(1) crl | inoguchi | 2019-07-04 | 1 | -1/+13 |
* | Fix manual openssl(1) ca | inoguchi | 2019-07-04 | 1 | -8/+15 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. | deraadt | 2019-07-03 | 8 | -25/+25 |
* | Add cpuid support for arm64 so that we can recognize which | patrick | 2019-07-02 | 3 | -3/+57 |
* | tweak previous; ok guenther | jmc | 2019-06-30 | 1 | -5/+6 |
* | Document that getcwd() and realpath() are built on system calls that | guenther | 2019-06-29 | 1 | -2/+16 |
* | When system calls indicate an error they return -1, not some arbitrary | deraadt | 2019-06-28 | 10 | -56/+56 |
* | failed to detect asprintf() error by observing return of -1, instead the | deraadt | 2019-06-28 | 1 | -6/+3 |
* | Some asprintf() calls were checked < 0, rather than the precise == -1. | deraadt | 2019-06-27 | 1 | -3/+3 |
* | The C89 standard only requires that atexit(3) returns a non-zero value | schwarze | 2019-06-27 | 1 | -5/+12 |
* | Add more option tests to req, ts, x509 and verify in appstest.sh | inoguchi | 2019-06-27 | 1 | -17/+42 |
* | check for asprintf failing allocation | deraadt | 2019-06-27 | 1 | -1/+4 |
* | Add more options test to ocsp in appstest.sh | inoguchi | 2019-06-24 | 1 | -7/+30 |
* | Add more option test to dgst in appstest.sh | inoguchi | 2019-06-23 | 1 | -4/+33 |