Richard Levitte
|
dffa752023
Following the license change, modify the boilerplates in apps/
|
6 gadi atpakaļ |
Benjamin Kaduk
|
3d362f1903
apps: allow empty attribute values with -subj
|
6 gadi atpakaļ |
Eric Curtin
|
2167640b0b
New openssl subject parser hard to debug
|
6 gadi atpakaļ |
Andy Polyakov
|
06deb93286
apps/apps.c: harmonize print_bignum_var output with coding style.
|
6 gadi atpakaļ |
Richard Levitte
|
3190d1dca4
apps: when the 'compat' nameopt has been set, leave it be
|
6 gadi atpakaļ |
Kurt Roeckx
|
3cb7c5cfef
Use void in all function definitions that do not take any arguments
|
6 gadi atpakaļ |
Richard Levitte
|
96de2e590b
Revert "Check directory is able to create files for various -out option"
|
6 gadi atpakaļ |
Richard Levitte
|
b47b665016
Revert "Add VMS version of app_dirname()"
|
6 gadi atpakaļ |
Viktor Dukhovni
|
a4107d73d5
Add missing index_index() when reloading OCSP responder
|
6 gadi atpakaļ |
Viktor Dukhovni
|
c7d5ea2670
Prepare to detect index changes in OCSP responder.
|
6 gadi atpakaļ |
Richard Levitte
|
215a6730f1
Add VMS version of app_dirname()
|
7 gadi atpakaļ |
Paul Yang
|
555c94a0db
Check directory is able to create files for various -out option
|
7 gadi atpakaļ |
Richard Levitte
|
71bb86f0dc
Make sure that apps/openssl prefixes its output with '# ' during tests
|
6 gadi atpakaļ |
Richard Levitte
|
bfa470a4f6
Add 'openssl req' option to specify extension values on command line
|
6 gadi atpakaļ |
Rich Salz
|
cbe2964821
Consistent formatting for sizeof(foo)
|
7 gadi atpakaļ |
Andy Polyakov
|
3a63c0edab
Resolve warnings in VC-WIN32 build, which allows to add /WX.
|
7 gadi atpakaļ |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 gadi atpakaļ |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
7 gadi atpakaļ |
Richard Levitte
|
b379fe6cd0
NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard
|
7 gadi atpakaļ |
Rich Salz
|
ffb46830e2
Add random serial# support.
|
7 gadi atpakaļ |
Richard Levitte
|
72460149db
Fix ui_write in apps/apps.c
|
7 gadi atpakaļ |
Xiaoyin Liu
|
5bd051a0dc
app_isdir() cleanup
|
7 gadi atpakaļ |
Pauli
|
0a3452520f
Fix potential use-after-free and memory leak
|
7 gadi atpakaļ |
Rich Salz
|
5ecff87d66
BN_pseudo_rand is really BN_rand
|
7 gadi atpakaļ |
Richard Levitte
|
48feaceb53
Remove the possibility to disable the UI module entirely
|
7 gadi atpakaļ |
Paul Yang
|
2234212c3d
Clean up a bundle of codingstyle stuff in apps directory
|
7 gadi atpakaļ |
Rich Salz
|
04e62715db
Introduce ASN1_TIME_set_string_X509 API
|
7 gadi atpakaļ |
Aashil Patel
|
5e44201bc5
Remove unnecessary if condition from apps.c
|
7 gadi atpakaļ |
Dmitry Belyavskiy
|
b5c4209be9
Switch command-line utils to new nameopt API.
|
7 gadi atpakaļ |
Robert Scheck
|
20967afb7f
Add Sieve support (RFC 5804) to s_client ("-starttls sieve")
|
7 gadi atpakaļ |