Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dsa_new(3) [opendarwin man page]

DSA_new(3)							      OpenSSL								DSA_new(3)

NAME
DSA_new, DSA_free - allocate and free DSA objects SYNOPSIS
#include <openssl/dsa.h> DSA* DSA_new(void); void DSA_free(DSA *dsa); DESCRIPTION
DSA_new() allocates and initializes a DSA structure. It is equivalent to calling DSA_new_method(NULL). DSA_free() frees the DSA structure and its components. The values are erased before the memory is returned to the system. RETURN VALUES
If the allocation fails, DSA_new() returns NULL and sets an error code that can be obtained by ERR_get_error(3). Otherwise it returns a pointer to the newly allocated structure. DSA_free() returns no value. SEE ALSO
dsa(3), ERR_get_error(3), DSA_generate_parameters(3), DSA_generate_key(3) HISTORY
DSA_new() and DSA_free() are available in all versions of SSLeay and OpenSSL. 0.9.7d 2003-11-20 DSA_new(3)

Check Out this Related Man Page

DSA_new(3SSL)                                                         OpenSSL                                                        DSA_new(3SSL)

NAME
DSA_new, DSA_free - allocate and free DSA objects SYNOPSIS
#include <openssl/dsa.h> DSA* DSA_new(void); void DSA_free(DSA *dsa); DESCRIPTION
DSA_new() allocates and initializes a DSA structure. It is equivalent to calling DSA_new_method(NULL). DSA_free() frees the DSA structure and its components. The values are erased before the memory is returned to the system. RETURN VALUES
If the allocation fails, DSA_new() returns NULL and sets an error code that can be obtained by ERR_get_error(3). Otherwise it returns a pointer to the newly allocated structure. DSA_free() returns no value. SEE ALSO
dsa(3), ERR_get_error(3), DSA_generate_parameters(3), DSA_generate_key(3) HISTORY
DSA_new() and DSA_free() are available in all versions of SSLeay and OpenSSL. 1.0.1e 2013-02-11 DSA_new(3SSL)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies